# Intro to NVIDIA Docker

![](/files/-M7mwm7FdkdypLtbzmvg)

To enable portability in Docker images that leverage GPUs, NVIDIA developed [NVIDIA Docker](https://github.com/NVIDIA/nvidia-docker), an open source project that provides a command line tool to mount the user mode components of the NVIDIA driver and the GPUs into the Docker container at launch. **NVIDIA Docker is essentially a wrapper around Docker** that transparently provisions a container with the necessary components to execute code on the GPU.

{% hint style="info" %}
On the DGX and DLS machines, the Docker installed is actually the NVIDIA Docker.
{% endhint %}

{% hint style="info" %}
NVIDIA Docker shares the **same** commands as the original Docker.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://compsci-hunter.gitbook.io/xie-research-group/useful-tutorials/docker-tutorial/introduction-to-nvidia-docker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
