Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 367 Bytes

containerized_db_persistent_storage.md

File metadata and controls

6 lines (5 loc) · 367 Bytes

Containerized DB with Persistent Storage

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