Skip to content

Instantly share code, notes, and snippets.

@DefectingCat
Created June 6, 2024 03:04
Show Gist options
  • Save DefectingCat/2fd5f58865502ec11a58ed4b144262c4 to your computer and use it in GitHub Desktop.
Save DefectingCat/2fd5f58865502ec11a58ed4b144262c4 to your computer and use it in GitHub Desktop.
docker daemon
{
"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"],
"insecure-registries" : ["192.168.1.57:8004"],
"data-root": "/home/xfy/data/docker-var"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment