File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Below is a list of the most common commands you use when dealing with Docker con
101101| ** docker push** | ` docker push <registry_user/docker_image> ` | This command is used to push a local image to a remote repository. |
102102| ** docker images** | ` docker images ` | This command is used to list all available Docker images on the local system. |
103103| ** docker rm** | ` docker rm <container_id> ` | This command is used to remove a stopped container from the local system. |
104- | ** docker rmi** | ` docker rmi <image_id> ` | This command is used to delete an image from the Local NVMe storage . |
104+ | ** docker rmi** | ` docker rmi <image_id> ` | This command is used to delete an image from the Local Storage . |
105105| docker version| ` docker --version ` | This command is used to display information about the currently installed version of Docker. |
106106
107107For more information regarding the ` docker run ` command, refer to the [ official documentation] ( https://docs.docker.com/engine/reference/run/ ) .
You can’t perform that action at this time.
0 commit comments