mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 08:09:13 +00:00
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
367 B
367 B
Containerized DB with Persistent Storage
- Run a container with a database of any type of you prefer (MySql, PostgreSQL, Mongo, etc.)
- Use a mount point on the host for the database instead of using the container storage for that
- Explain why using the host storage instead of the container one might be a better choice
- Verify the container is running