devops-exercises/exercises/containers/containerized_db_persistent_storage.md
abregman 94b3bc3520 Add new exercises
Also added indexes for AWS and Linux.
2022-07-08 16:14:35 +03:00

7 lines
367 B
Markdown

# Containerized DB with Persistent Storage
1. Run a container with a database of any type of you prefer (MySql, PostgreSQL, Mongo, etc.)
1. Use a mount point on the host for the database instead of using the container storage for that
2. Explain why using the host storage instead of the container one might be a better choice
2. Verify the container is running