Skip to content

RakeshMK90/podman-quadlets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

podman-quadlets

Examples/Demos showcasing the working of quadlets

To show the working of quadlets a simple example of Wordpress should be sufficient. We will use Wordpress and MySQL for now, simple enough to follow, but complex enough to demonstrate the power of Quadlets.

Architeture

WordPress demands a database, which can be used to connect to. This database must be running before WordPress is started. It might also be a good idea to put everything in a dedicated Podman Network

image

a WordPress network that holds the containers a WordPress database container a WordPress container a volume per container Therefore, we will need 5 Quadlets in total.

Place the service files in /etc/containers/systemd dir and do a $ systemctl daemon-reload

Since we have maintained everything to depend on each other, we can start only the WordPress container and everything else should come up automagically. systemctl start wordpress-app.service

About

Examples/Demos showcasing the working of quadlets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published