Last active
October 31, 2021 03:08
-
-
Save dougpuob/fc61f891609d1fb1ead04f4b9dd7eaba to your computer and use it in GitHub Desktop.
Setup DevOps environment
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
# C:\ProgramData\Docker\config\daemon.json | |
{ | |
"registry-mirrors": [], | |
"insecure-registries": [], | |
"debug": true, | |
"experimental": false, | |
"exec-opts": [ | |
"isolation=process" | |
], | |
"storage-opts": [ | |
"size=500GB" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment