Files
collection/docker.md
2024-11-18 09:00:44 +01:00

277 B

docker

start docker service

To start the docker service, use systemctl:

sudo systemctl start docker

If you want the docker service to be started at boot, use:

sudo systemctl enable --now docker