Skip to content

Commit

Permalink
Fix typos in readme (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum authored Sep 20, 2024
1 parent 965a23a commit f505b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you have the script you can install rootless docker by running the following
##### Method 2 - Via installation script
This approach is helpful if you dont have permission to download packages or similar.

> Attention: If you are running on Ubuntu 20.04 or later you need to create an AppArmor profile for rootlesskit.
> Attention: If you are running on Ubuntu 24.04 or later you need to create an AppArmor profile for rootlesskit.
> This profile is already included in the deb package but needs to created manually with this method. For more information
> on why this needs to be done, please refer to the official documentation here:
> https://docs.docker.com/engine/security/rootless/#distribution-specific-hint.
Expand Down Expand Up @@ -107,4 +107,4 @@ $ systemctl --user enable docker
$ sudo loginctl enable-linger $(whoami)
```
You can now use the normal Docker to build and start the image like described at the top of this readme.
You can now use the normal Docker commands to build and start the image like described at the top of this readme.

0 comments on commit f505b80

Please sign in to comment.