Docker Commands
Docker Commands
Start
open the docker desktop and go to command prompt
2.docker –version
Checks if Docker is installed and displays the installed Docker version.
3. docker ps
Lists currently running Docker containers.
4. docker images
Displays a list of all downloaded Docker images on your system.
6. docker ps
Run docker ps to check if the my-nginx container is running
7. Go to the docker desktop, to check the docker container is running. if not, click the
start button below the actions.