Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "--rm" flag to docker run invocations in run.py
There wouldn't really be a need to inspect containers created by running host tools after running said host tools, and persistent state would need to go into the writable volumes anyways in order to be reused between runs. Removing the containers after each run reduces the disk space taken up by stopped containers.
- Loading branch information