Update index.md

ls command added to `docker container` and `docker image` to be more specific
pull/4762/head
PetroKabina 1 year ago committed by GitHub
parent 2d12bffe46
commit 5fe66a1e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/data/roadmaps/docker/content/110-docker-cli/index.md

@ -13,8 +13,8 @@ To get started with Docker CLI, you need to have Docker installed on your machin
Here are some essential Docker CLI commands to familiarize yourself with:
- `docker run`: Create and start a container from a Docker image
- `docker container`: List running containers
- `docker image`: List all available images on your system
- `docker container ls`: List running containers
- `docker image ls`: List all available images on your system
- `docker pull`: Pull an image from Docker Hub or another registry
- `docker push`: Push an image to Docker Hub or another registry
- `docker build`: Build an image from a Dockerfile

Loading…
Cancel
Save