https://github.com/ehfd/nvidia-dind
Isolated DinD (Docker in Docker) container for developing and deploying Docker containers using NVIDIA GPUs and the NVIDIA container toolkit. Useful for deploying the Docker engine with NVIDIA in Kubernetes.
https://github.com/ehfd/nvidia-dind
container container-image dind docker docker-container docker-image k8s kubernetes nvidia nvidia-docker nvidia-gpu supervisor
Last synced: 6 months ago
JSON representation
Isolated DinD (Docker in Docker) container for developing and deploying Docker containers using NVIDIA GPUs and the NVIDIA container toolkit. Useful for deploying the Docker engine with NVIDIA in Kubernetes.
- Host: GitHub
- URL: https://github.com/ehfd/nvidia-dind
- Owner: ehfd
- License: mpl-2.0
- Created: 2021-03-06T14:56:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T00:39:13.000Z (over 1 year ago)
- Last Synced: 2025-07-05T06:52:55.698Z (6 months ago)
- Topics: container, container-image, dind, docker, docker-container, docker-image, k8s, kubernetes, nvidia, nvidia-docker, nvidia-gpu, supervisor
- Language: Dockerfile
- Homepage: https://github.com/ehfd/nvidia-dind/pkgs/container/nvidia-dind
- Size: 69.3 KB
- Stars: 42
- Watchers: 2
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NVIDIA DinD (Docker in Docker) Container
Isolated DinD (Docker in Docker) container for developing and deploying Docker containers using NVIDIA GPUs and the NVIDIA container toolkit. Useful for deploying the Docker engine with NVIDIA in Kubernetes.
Host is required to have the NVIDIA container toolkit installed and set up. Privileged mode or [Sysbox](https://github.com/nestybox/sysbox) configured with NVIDIA GPUs are required like any other DinD container with root requirement.
```bash
docker run --gpus 1 -it --privileged ghcr.io/ehfd/nvidia-dind:latest
```
Use `-e DOCKERD_FLAG=` to append command-line flags to `dockerd`.