Skip to content

Commit f94dd0c

Browse files
committed
refactoring
1 parent 9d0ab90 commit f94dd0c

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
@@ -414,11 +414,11 @@ brew install docker
414414
415415
This approach uses Docker contexts to switch between different container runtimes without modifying system sockets. This is more flexible if you want to use multiple Docker providers.
416416
417-
**Option 2: Use the default Docker socket** (simpler, requires sudo):
417+
**Option 2: Use the default Docker socket** (simpler, but less flexible):
418418
419419
```bash
420420
# Install podman-mac-helper
421-
# (path may vary based on your installation)
421+
# Use the command from `podman machine start` output
422422
sudo /opt/homebrew/Cellar/podman/5.7.1/bin/podman-mac-helper install
423423
podman machine stop
424424
podman machine start
@@ -427,9 +427,9 @@ brew install docker
427427
docker ps
428428
```
429429
430-
Proceed with [DDEV installation](https://docs.ddev.com/en/stable/users/install/ddev-installation/).
430+
3. Proceed with [DDEV installation](https://docs.ddev.com/en/stable/users/install/ddev-installation/).
431431
432-
3. Handle privileged ports (<1024):
432+
4. Handle privileged ports (<1024):
433433
434434
By default, Podman on macOS cannot bind to privileged ports. Choose one solution:
435435

0 commit comments

Comments
 (0)