Enable auto removal of containers on exit
Add --rm
to the arguments passed to docker create
. For tests this will make no difference but in the event of a crash it will assist in cleaning up hanging containers.
Add --rm
to the arguments passed to docker create
. For tests this will make no difference but in the event of a crash it will assist in cleaning up hanging containers.