Usage of auto_remove and remove param
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 13d 8h
- Merged PRs (30d)
- 2
Description
When using client.containers.run(), we can determine parameters such as image, command, ...
I wander what the difference between auto_remove and remove?
In Official Document, auto_remove defined as:
auto_remove (bool) – enable auto-removal of the container on daemon side when the container’s process exits.
remove defined as:
remove (bool) – Remove the container when it has finished running. Default: False.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the client.containers.run() entry point and compare the documented auto_remove and remove parameters, including their Docker Engine behavior. Done means the documentation clearly explains the difference and when each parameter applies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100