diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-17 16:40:39 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-17 16:40:39 +0000 |
commit | 2b0b5472d4f299128cd58d5532f1e299a7cd6431 (patch) | |
tree | 8b852a2b644a522cc635e997caa20bfc0d94d973 /etc | |
parent | fix (diff) | |
download | scripts-2b0b5472d4f299128cd58d5532f1e299a7cd6431.tar.gz scripts-2b0b5472d4f299128cd58d5532f1e299a7cd6431.zip |
docker daemon config
Diffstat (limited to 'etc')
-rw-r--r-- | etc/docker/daemon.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/docker/daemon.json b/etc/docker/daemon.json new file mode 100644 index 0000000..f27937d --- /dev/null +++ b/etc/docker/daemon.json @@ -0,0 +1,4 @@ +{ + "data-root":"/home/devi/storage/ssd1/docker", + "storage-driver":"overlay2" +} |