diff options
Diffstat (limited to 'etc/docker')
-rw-r--r-- | etc/docker/daemon.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/docker/daemon.json b/etc/docker/daemon.json index 7aced8a..96e91c4 100644 --- a/etc/docker/daemon.json +++ b/etc/docker/daemon.json @@ -1,5 +1,6 @@ { "data-root": "/home/devi/storage/ssd1/docker", + "hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"], "runtimes": { "nvidia": { "args": [], |