We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e60a8 commit 01ed945Copy full SHA for 01ed945
src/content/blog/podman-and-docker-rootless.md
@@ -402,8 +402,8 @@ brew install docker
402
```bash
403
# Create Podman context (path to socket may vary)
404
# Use the socket path from `podman machine start` output
405
- docker context create podman \
406
- --description "Podman" \
+ docker context create podman-rootless \
+ --description "Podman (rootless)" \
407
--docker host="unix:///var/folders/x3/r1wk89cd3_x0yb_21dgnj53m0000gn/T/podman/podman-machine-default-api.sock"
408
409
# Switch to the new context
0 commit comments