-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a command that prints out podman socket address #16725
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci
bot
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Dec 4, 2022
You can extract it from the output of
|
Closing as addressed |
Thanks for the response. Command for others to only get the value (e.g., use in a script): ➜ ~ podman machine inspect --format '{{ .ConnectionInfo.PodmanSocket.Path }}'
/Users/davidhyc/.local/share/containers/podman/machine/podman-machine-default/podman.sock |
@davidhsingyuchen the command doesnt seem to work on windows?
|
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 22, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind feature
Context: #11397 (comment).
Currently the socket address seems to be only printed in the output of
podman machine start
:However, it'll be great to be able to get that info anytime when my podman machine is running.
The text was updated successfully, but these errors were encountered: