You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/podman-and-docker-rootless.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ For additional details, see the [Podman socket activation documentation](https:/
165
165
166
166
### Podman Rootful on Linux
167
167
168
-
Rootful Podman requires configuring user group permissions, similar to [Docker's Linux post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/).
168
+
Rootful Podman requires configuring user group permissions.
169
169
170
170
1. Create the `podman` group:
171
171
@@ -294,7 +294,7 @@ Podman Rootless is slower than Docker. See these resources:
To improve performance, install `fuse-overlayfs` and configure the overlay storage driver:
297
+
To improve performance (on Linux), install `fuse-overlayfs` and configure the overlay storage driver:
298
298
299
299
**Install fuse-overlayfs**:
300
300
@@ -330,7 +330,7 @@ This removes all existing containers, images, and volumes (similar to `docker sy
330
330
331
331
Docker Rootless offers rootless security with full Docker compatibility.
332
332
333
-
### Installation
333
+
### Installation (Linux/WSL2 only)
334
334
335
335
1. Follow the official [Docker Rootless installation guide](https://docs.docker.com/engine/security/rootless/).
336
336
@@ -380,7 +380,7 @@ Docker Rootless offers rootless security with full Docker compatibility.
380
380
381
381
7. Docker Rootless requires no-bind-mounts mode
382
382
383
-
Docker Rootless has a limitation with bind mounts that affects DDEV. You must enable `no-bind-mounts` mode:
383
+
Docker Rootless has a limitation with bind mounts that affects DDEV. You must enable [`no-bind-mounts` mode](https://docs.ddev.com/en/stable/users/configuration/config/#no_bind_mounts):
0 commit comments