Control Docker with systemd
Estimated reading time: 5 minutes Many Linux distributions use systemd to start the Docker daemon. This document shows a few examples of how to customize Docker's settings. Once Docker is installed, you need to start the Docker daemon. Most Linux distributions use systemctl to start services.
https://docs.docker.com/config/daemon/systemd/