tw4dl_docker-gcc-valgrind/run.sh

5 lines
177 B
Bash
Raw Normal View History

2015-05-04 03:14:57 +00:00
# The workdir is set to be /app. Run your image mounting your
# application directory to /app like below:
2015-05-04 03:28:01 +00:00
docker run --rm -it -v `pwd`:/app dliu/ubuntu-gcc-valgrind /bin/bash
2015-05-04 03:14:57 +00:00