nic@pype ~/adding-docker-daemon-json-broke-docker
infra · automation · writing
role: Disciple · Husband · Father · Developer

Adding docker daemon.json broke docker

in /lib/systemd/system/docker.service there is an ExecStart command that got placed there when I setup Docker with Ansible - it threw the -H flag which told the daemon what hosts to setup. But I added the "hosts" key in my daemon.json and it broke - so removing the -H flag from the systemd unit fixed it