Skip to content

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.

License

Notifications You must be signed in to change notification settings

carbonrobotics/nvidia-dind

 
 

Repository files navigation

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 configured with NVIDIA GPUs are required like any other DinD container with root requirement.

docker run --gpus 1 -it --privileged ghcr.io/ehfd/nvidia-dind:latest

Use -e DOCKERD_FLAG= to append command-line flags to dockerd.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.7%
  • Shell 30.3%