Skip to content

Instantly share code, notes, and snippets.

@dougpuob
Last active October 31, 2021 03:08
Show Gist options
  • Save dougpuob/fc61f891609d1fb1ead04f4b9dd7eaba to your computer and use it in GitHub Desktop.
Save dougpuob/fc61f891609d1fb1ead04f4b9dd7eaba to your computer and use it in GitHub Desktop.
Setup DevOps environment
# 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