Title here
Summary here
Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode.
I wrote quick "Hands-on" for beginners to cover docker basics with simple containers so I won't go into details of complex application, service definitions or swarms. What I want to do is run a webserver inside a container with persistent data
Everyone loves docker even Microsoft embraces docker.
Not everything can live without persistent storage, so let's see how docker offers and handles it.