-
-
Couldn't load subscription status.
- Fork 332
perf: README.md add --rm to compose run web #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This makes sense. You produce digital waste in form of a container that is created just for this command. With --rm this container will be deleted after the instruction has been carried out. Otherwise it is kept until you delete it e. g. with docker container prune.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense. You produce digital waste in form of a container that is created just for this command. With --rm this container will be deleted after the instruction has been carried out. Otherwise it is kept until you delete it e. g. with docker container prune.
No description provided.