more commands and scripts
This commit is contained in:
27
_CONFIGS/docker config.md
Normal file
27
_CONFIGS/docker config.md
Normal file
@ -0,0 +1,27 @@
|
||||
# /etc/docker/daemon.json at .10
|
||||
{
|
||||
"runtimes": {
|
||||
"nvidia": {
|
||||
"args": [],
|
||||
"path": "/usr/bin/nvidia-container-runtime"
|
||||
}
|
||||
},
|
||||
"storage-driver": "overlay2",
|
||||
"data-root": "/mnt/appx/docker_host"
|
||||
}
|
||||
|
||||
|
||||
# /etc/docker/daemon.json at .11
|
||||
|
||||
"runtimes": {
|
||||
"nvidia": {
|
||||
"args": [],
|
||||
"path": "nvidia-container-runtime"
|
||||
}
|
||||
},
|
||||
"data-root": "/mnt/apps/docker"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user