Introduction
In this challenge, you will attach persistent storage to a container using podman. Containers are ephemeral by nature, which means any data created inside a container is lost when it is removed. To preserve data, you can mount a directory from the host system into the container. This mounted directory is known as a persistent volume, ensuring your data survives even if the container is stopped, removed, or recreated.



