diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-26 19:39:03 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-26 19:39:03 +0000 |
commit | 0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8 (patch) | |
tree | 02dc48110514c1574b1377f636c34a15a1d12695 /etc/docker | |
parent | update (diff) | |
download | scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.tar.gz scripts-0f0e8c6a5123def82c8e3d26de4fabd3e30d67d8.zip |
update
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": [], |