We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Switch to the new Podman 3.0 API (varlink support has been deprecated in Podman 2 and removed in version 3): http://docs.podman.io/en/latest/_static/api.html#tag/containers
The text was updated successfully, but these errors were encountered:
podman.socket
systemctl --user start podman.socket systemctl --user enable podman.socket
podman run --rm -it docker.io/nginx:1.21.5-alpine
curl --unix-socket /run/user/1000/podman/podman.sock http://d/v3.0.0/libpod/info | jq curl --unix-socket /run/user/1000/podman/podman.sock -v 'http://d/v3.0.0/libpod/images/json' | jq
curl --unix-socket /run/user/1000/podman/podman.sock http://v1.18/containers/ecstatic_agnesi/stats curl --unix-socket /run/docker.sock http://v1.18/containers/docker-compose-traefik-1/stats
Podman API Reference: https://docs.podman.io/en/latest/Reference.html
Sorry, something went wrong.
madrisan
Successfully merging a pull request may close this issue.
🚀 Feature Request
Is your feature request related to a problem? Please describe.
Switch to the new Podman 3.0 API (varlink support has been deprecated in Podman 2 and removed in version 3):
http://docs.podman.io/en/latest/_static/api.html#tag/containers
The text was updated successfully, but these errors were encountered: