mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
Instruct the user to delete the container after the test is run
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user