Skip to content

Commit 93272e2

Browse files
authored
Update pages/gpu/how-to/use-gpu-with-docker.mdx
1 parent 300ccb3 commit 93272e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/gpu/how-to/use-gpu-with-docker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

107107
For more information regarding the `docker run` command, refer to the [official documentation](https://docs.docker.com/engine/reference/run/).

0 commit comments

Comments
 (0)