Skip to content

Commit

Permalink
docker.md: Further simplify systemd service section
Browse files Browse the repository at this point in the history
  • Loading branch information
neelchauhan committed Mar 9, 2024
1 parent 1fba866 commit 5240e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gemstones/containers/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Install the latest version of Docker Engine, `containerd`, and Docker Compose, b
sudo dnf -y install docker-ce docker-ce-cli containerd.io docker-compose-plugin
```

## Start and enable the systemd `docker` service (dockerd)
## Start and enable Docker (`dockerd`)

Use `systemctl` to configure the `docker` daemon to automatically startup upon reboot and simultaneously start it now. Type:
Use `systemctl` to configure Docker to automatically startup upon reboot and simultaneously start it now. Type:

```
sudo systemctl --now enable docker
Expand Down

0 comments on commit 5240e2c

Please sign in to comment.