First notes about using #podman instead of #docker - yeah, I’m getting agile…
- command line looks about the same (so far) and can run a few (standalone) images.
podman composeandpodman-composeare two different things.podman composedoes not seem to be able to use a docker-compose file.podman-composecan but requires thedockerdaemon to be running. Which makes using podman useless IMHO.- passing container parameters on the CLI is way less convinient that using a YAML file as soon as you get more than a single expose port and volume.
Disclaimer: those notes are "AFAIK for the moment".