Docker runtime behavior is configured primarily through daemon.json and systemd service options.
daemon.json
/etc/docker/daemon.json
/etc/systemd/system/docker.service.d/*.conf
sudo systemctl restart docker
docker info docker run --rm alpine:latest echo ok