Created
May 26, 2023 09:56
-
-
Save ZekunZh/84cc41df085a2f6631b94d316fbf1f62 to your computer and use it in GitHub Desktop.
Docker daemon.json with support for custom storage location & Nvidia GPU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"graph": "/data/docker", | |
"storage-driver": "overlay2", | |
"runtimes": { | |
"nvidia": { | |
"path": "nvidia-container-runtime", | |
"runtimeArgs": [] | |
} | |
}, | |
"features": { | |
"buildkit": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment