Skip to content

vansari/podman-knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

little scripts to use and understand podman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published