▲ | figmert 4 days ago | |
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. |