Instruct the user to delete the container after the test is run

This commit is contained in:
mprahl
2019-03-15 12:06:51 -04:00
parent 2f70945ba7
commit 63c7a35e4b

View File

@@ -15,7 +15,7 @@ From the main git directory, build the Docker image with::
Then run the tests with::
$ sudo docker run -t -v $PWD:/src:Z mbs/test
$ sudo docker run -t --rm -v $PWD:/src:Z mbs/test
Development