devops-exercises/topics/containers/containerized_db_persistent_storage.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

367 B

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