Here I have created a little repository with an example how it is possible to use podman for development.
Please read and learn usage of podman before you try to use this example.
- Build php tools and fpm container
make build
- start pod and services
- each service checks the pod before and start one if not exists
make start[-fpm, -nginx, -pg]
- stop services
make stop[-fpm, -nginx, -pg]
- start/stop the pod only
make check-pod
make stop-pod
- execute some code in the pod universe
pod-console php -v
pod-console composer show