aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/dockerd/files/daemon.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/_workstation/dockerd/files/daemon.json')
-rw-r--r--roles/_workstation/dockerd/files/daemon.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/_workstation/dockerd/files/daemon.json b/roles/_workstation/dockerd/files/daemon.json
new file mode 100644
index 0000000..2952d24
--- /dev/null
+++ b/roles/_workstation/dockerd/files/daemon.json
@@ -0,0 +1,8 @@
+{
+ "default-address-pools" : [
+ {
+ "base" : "172.240.0.0/16",
+ "size" : 24
+ }
+ ]
+}
remember that computers suck.