1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Merge pull request #4762 from PetroKabina/patch-1

Update index.md
This commit is contained in:
dsh
2024-05-09 15:20:29 +01:00
committed by GitHub

View File

@@ -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