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