|
|
|
|
|
by 3np
633 days ago
|
|
I found the most stable to be a third option: 'podman compose' with docker-compose-v2 cli "backend" connecting to the actual podman socket. This will be done if you run 'podman compose' with 'docker-compose' in PATH, and DOCKER_HOST set to your podman socke, since 'podman compose' will just shim through to whichever command it finds available. Both podman-compose (the Python project) and docker-compose-v1 have significant gaps in the compose spec. |
|