Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Since Podman v2.0.0, a REST API is available and support Docker API v1.40 (https://podman.io/blogs/2020/07/01/rest-versioning.html). I tried it with this provider and some stuffs works, other don't. I'm wondering if we could support more stuffs.
First step would be to make acceptance tests run with the Podman API:
sudo DOCKER_HOST=unix:///run/podman/podman.sock make testacc
or in root-less mode:
DOCKER_HOST=unix:///run/user/1000/podman/podman.sock make testacc
References
Community Note
Description
Since Podman v2.0.0, a REST API is available and support Docker API v1.40 (https://podman.io/blogs/2020/07/01/rest-versioning.html). I tried it with this provider and some stuffs works, other don't. I'm wondering if we could support more stuffs.
First step would be to make acceptance tests run with the Podman API:
or in root-less mode:
References