github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/debian/docker.io.docker.default (about) 1 # Here in Debian, this file is sourced by: 2 # - /etc/init.d/docker (sysvinit) 3 # - /etc/init/docker (upstart) 4 # - systemd's docker.service 5 6 # Use of this file for configuring your Docker daemon is discouraged. 7 8 # The recommended alternative is "/etc/docker/daemon.json", as described in: 9 # https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file 10 11 # If that does not suit your needs, try a systemd drop-in file, as described in: 12 # https://docs.docker.com/config/daemon/systemd/