Skip to content

Commit

Permalink
docs: fixes typo for envvar (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoinkBird authored Jan 17, 2025
1 parent 32f80da commit 604d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/advanced/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ podman machine ssh bash -e <<EOF
EOF

export DOCKER_HOST=ssh://core@localhost:53685
export DOCKER_SOCKET=/run/user/501/podman/podman.sock
export DOCKER_SOCK=/run/user/501/podman/podman.sock
k3d cluster create --k3s-arg '--kubelet-arg=feature-gates=KubeletInUserNamespace=true@server:*'
```

Expand Down

0 comments on commit 604d681

Please sign in to comment.