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
@@ -414,11 +414,11 @@ brew install docker
414
414
415
415
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.
416
416
417
-
**Option 2: Use the default Docker socket** (simpler, requires sudo):
417
+
**Option 2: Use the default Docker socket** (simpler, but less flexible):
418
418
419
419
```bash
420
420
# Install podman-mac-helper
421
-
# (path may vary based on your installation)
421
+
# Use the command from `podman machine start` output
0 commit comments