Skip to content

Commit 01ed945

Browse files
committed
create rootless context, because it's rootless anyway
1 parent d8e60a8 commit 01ed945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ brew install docker
402402
```bash
403403
# Create Podman context (path to socket may vary)
404404
# Use the socket path from `podman machine start` output
405-
docker context create podman \
406-
--description "Podman" \
405+
docker context create podman-rootless \
406+
--description "Podman (rootless)" \
407407
--docker host="unix:///var/folders/x3/r1wk89cd3_x0yb_21dgnj53m0000gn/T/podman/podman-machine-default-api.sock"
408408
409409
# Switch to the new context

0 commit comments

Comments
 (0)