Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

docker config

Code Block
# cat /var/snap/docker/384/config/daemon.json
{
    "insecure-registries":["upf.kaloom.io"],
    "log-level":        "debug",
    "storage-driver":   "aufs",
    "tlscert":          "/etc/pki/tls/certs/ca-bundle.crt"
}


Load a container and modify the content

...