Skip to content

Add numbered container names to docker rm example for clarity#62

Open
Pushkar-Mahajan4 wants to merge 1 commit intodylanlrrb:masterfrom
Pushkar-Mahajan4:module2-command-clarity
Open

Add numbered container names to docker rm example for clarity#62
Pushkar-Mahajan4 wants to merge 1 commit intodylanlrrb:masterfrom
Pushkar-Mahajan4:module2-command-clarity

Conversation

@Pushkar-Mahajan4
Copy link
Copy Markdown

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