aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/docker/daemon.json4
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"
+}