▲ | bityard 4 days ago | ||||||||||||||||
What does the docker CLI give you that the podman CLI doesn't? (Surely you aren't suggesting that `docker compose` works with a podman rootless daemon?) | |||||||||||||||||
▲ | figmert 4 days ago | parent | next [-] | ||||||||||||||||
It certainly does! For what it's worth, podman has also a thin wrapper around docker compose (podman compose) which can also automatically select `podman-compose`. Note: - `podman-compose` is an early attempt at remaking `docker-compose` but for Podman. - Later Podman wrote a Docker compatible socket instead, which can work with most docker clis that accept a `DOCKER_HOST` argument, including `docker` and `docker-compose` (both v1 and v2) - `podman compose` is a thin wrapper that automatically selects `docker-compose` or `podman-compose` depending on which is installed. | |||||||||||||||||
▲ | sureglymop 4 days ago | parent | prev | next [-] | ||||||||||||||||
It works perfectly well. Try it out :) | |||||||||||||||||
| |||||||||||||||||
▲ | ownagefool 4 days ago | parent | prev [-] | ||||||||||||||||
it does work, yes |