summaryrefslogtreecommitdiffstats
path: root/data/etc/docker
diff options
context:
space:
mode:
Diffstat (limited to 'data/etc/docker')
-rw-r--r--data/etc/docker/daemon.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/etc/docker/daemon.json b/data/etc/docker/daemon.json
new file mode 100644
index 0000000..b887738
--- /dev/null
+++ b/data/etc/docker/daemon.json
@@ -0,0 +1,5 @@
+{
+ "data-root": "/tmp/virt/docker",
+ "storage-driver": "overlay2",
+ "userns-remap": "default"
+}