Open mknj opened 7 years ago
calling "docker run" multiple times will create many stopped containers.
using "docker run --rm" resolves this issue by deleting the temporary container after executing it.
calling "docker run" multiple times will create many stopped containers.
using "docker run --rm" resolves this issue by deleting the temporary container after executing it.