Skip to content

Commit dbc854d

Browse files
committed
remove outdated reference to containerd-rootless
The following commit integrated the rootless mode of containerd into the primary containerd package. chimera-linux/cports/commit/3b98b27bb302debb3665957ce514aa4cb3fb0bd1
1 parent 79dec2e commit dbc854d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

_docs/configuration/containers.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@ This will let you use it as the superuser, e.g. like this:
4040
# nerdctl run -it alpine:latest
4141
```
4242

43-
To use it rootless, install the support package:
44-
45-
```
46-
# apk add containerd-rootless
47-
```
48-
49-
Ensure your `/etc/subuid` and `/etc/subgid` is correctly set up for your
50-
user. Usually this is done automatically. The files should contain entries
51-
like
43+
To use it rootless, ensure your `/etc/subuid` and `/etc/subgid` is correctly
44+
set up for your user. Usually, this is done automatically. The files should
45+
contain entries like
5246

5347
```
5448
youruser:100000:65536

0 commit comments

Comments
 (0)