|
|
|
|
|
by spockz
1524 days ago
|
|
I’ve run into many issues with tools when moving from docker to podman, mostly because they tried to be smart. Some tools try to detect whether podman exists on the system or not and change their behaviour accordingly. I couldn’t get docker-compose to work properly either even though I had a socket exposed. I would much prefer if the podman binary/cli also supported the compose command. Then there are slight differences such as the registry that is used by default when resolving. Docker defaults to docker.io where podman asks. The same when an image is available in multiple registries. |
|