I have problem running docker-compose on a Rocky Linux server 9.4. Instead of Docker
Compose, I want to use Podman. A service in my compose.yaml file creates a container on
the fly using Containerfile and runs the service.
When running an container equivalent to this service, how can I create the container on
the fly by first building using the Containerfile and then bringing up the service?
Is this possible?
Or should I first create a custom image, push it to repo and pull it before running the
container?