Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis authored Feb 4, 2024
1 parent f587be6 commit 47edf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/Desktop/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ description: >-
First install `container/docker` and `systemd-service/dockerd`, which provides the `systemd` service:

```bash
$ luet install container/docker systemd-service/dockerd
$ sudo luet install container/docker systemd-service/dockerd
```

To start dockerd, just:
```bash
$ systemctl start docker
$ sudo systemctl start docker
```

or to enable at boot:

```bash
$ systemctl enable docker
$ sudo systemctl enable docker
```

Optionally add your user to the docker group:
Expand Down

0 comments on commit 47edf57

Please sign in to comment.