stevekane / promise-it-wont-hurt

A Workshopper module that teaches you to use promises in javascript
737 stars 219 forks source link

add --rm to docker run #121

Open mknj opened 7 years ago

mknj commented 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.