cleanup and descritive README
This commit is contained in:
parent
ed40c478e9
commit
44e8e027e4
24 changed files with 1605 additions and 2 deletions
9
ansible/roles/docker_ce_install/files/daemon.json
Executable file
9
ansible/roles/docker_ce_install/files/daemon.json
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"default-runtime": "nvidia",
|
||||
"runtimes": {
|
||||
"nvidia": {
|
||||
"args": [],
|
||||
"path": "nvidia-container-runtime"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue