Skip to content

Commit 4dd642a

Browse files
stasadevrfay
andcommitted
Apply suggestions from @rfay, thanks [skip ci]
Co-authored-by: Randy Fay <randy@randyfay.com>
1 parent fe4da29 commit 4dd642a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/blog/podman-and-docker-rootless.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For additional details, see the [Podman socket activation documentation](https:/
165165

166166
### Podman Rootful on Linux
167167

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.
169169

170170
1. Create the `podman` group:
171171

@@ -294,7 +294,7 @@ Podman Rootless is slower than Docker. See these resources:
294294
- [Podman run/build performance issues](https://github.com/containers/podman/issues/13226)
295295
- [Podman Performance documentation](https://github.com/containers/podman/blob/main/docs/tutorials/performance.md)
296296
297-
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:
298298
299299
**Install fuse-overlayfs**:
300300
@@ -330,7 +330,7 @@ This removes all existing containers, images, and volumes (similar to `docker sy
330330
331331
Docker Rootless offers rootless security with full Docker compatibility.
332332
333-
### Installation
333+
### Installation (Linux/WSL2 only)
334334
335335
1. Follow the official [Docker Rootless installation guide](https://docs.docker.com/engine/security/rootless/).
336336
@@ -380,7 +380,7 @@ Docker Rootless offers rootless security with full Docker compatibility.
380380
381381
7. Docker Rootless requires no-bind-mounts mode
382382
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):
384384
385385
```bash
386386
ddev config global --no-bind-mounts=true

0 commit comments

Comments
 (0)