Skip to content
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

New docker CLI conventions #181

Open
debMan opened this issue May 13, 2020 · 0 comments
Open

New docker CLI conventions #181

debMan opened this issue May 13, 2020 · 0 comments
Assignees

Comments

@debMan
Copy link

debMan commented May 13, 2020

The new docker cli convention is migrating from single sub-command to pair of management commands. So, It's better to update this document to new interface.

Examples:

# docker rm my-container
docker container rm my-container

# docker ls
docker container ls

# docker run python
docker container run python

# docker pull python
docker image pull python
@wsargent wsargent self-assigned this May 29, 2020
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

No branches or pull requests

2 participants