github.com/alexflint/go-memdump@v1.1.0/end-to-end/Makefile (about) 1 default: test 2 3 image: 4 docker build -t alexflint/memdump-end-to-end . 5 6 test: image 7 docker run -it --rm alexflint/memdump-end-to-end