Skip to content

New docker CLI conventions  #181

@debMan

Description

@debMan

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions