From 63c7a35e4bc34e8d0ace0be00ba7a3c388bd63f9 Mon Sep 17 00:00:00 2001 From: mprahl Date: Fri, 15 Mar 2019 12:06:51 -0400 Subject: [PATCH] Instruct the user to delete the container after the test is run --- docs/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 44715410..33871cb6 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -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