Skip to content

Conversation

@Pushkar-Mahajan4
Copy link

PR aims to help improve readability of the docker rm example by numbering the container names. This helps make it immediately clear that the names are placeholders for different containers, rather than repeating the same one

Can create confusion for absolute beginners:
docker rm <container-name> <container-name> <container-name> <container-name>

Solution:
docker rm <container-name1> <container-name2> <container-name3> <container-name4>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant