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
...