You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: