277 B
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