Skip to content

Commit

Permalink
docker.md: Further simplify systemd service section (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
neelchauhan authored Mar 11, 2024
1 parent 0354701 commit 60332df
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 60332df

Please sign in to comment.