Created
August 12, 2017 12:20
-
-
Save winggundamth/1888a15d751cb47b56ce4c4470dbcada to your computer and use it in GitHub Desktop.
My Docker daemon.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"live-restore": true, | |
"storage-driver": "overlay2", | |
"registry-mirrors": ["https://registry-mirror.example.com"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment