Navigation Menu

Skip to content

Commit

Permalink
Changed default Docker storage to overlay2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Khanna committed Jun 25, 2019
1 parent 565b348 commit ec613a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/docker/templates/daemon.json.j2
Expand Up @@ -6,5 +6,6 @@
"tlskey": "{{ server_key }}",
"ipv6": true,
"fixed-cidr-v6": "{{ docker_ipv6_cidr }}",
"hosts": ["127.0.0.1:2376", "{{ private_ip }}:2376", "fd://"]
"hosts": ["127.0.0.1:2376", "{{ private_ip }}:2376", "fd://"],
"storage-driver": "overlay2"
}

0 comments on commit ec613a3

Please sign in to comment.