Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 662 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 662 Bytes

podman knowledge

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.

shortcuts

  • 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