diff options
Diffstat (limited to 'roles/workstation/templates')
-rw-r--r-- | roles/workstation/templates/docker-daemon.json.j2 | 8 |
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 + } + ] +} |