tw4dl_docker-gcc-valgrind/run.sh
2015-05-03 20:28:01 -07:00

5 lines
177 B
Bash
Executable File

# The workdir is set to be /app. Run your image mounting your
# application directory to /app like below:
docker run --rm -it -v `pwd`:/app dliu/ubuntu-gcc-valgrind /bin/bash