mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
404 B
404 B
Containerized DB
- Run a container with a database of any type of you prefer (MySql, PostgreSQL, Mongo, etc.)
- Verify the container is running
- Access the container and create a new table (or collection, depends on which DB type you chose) for students
- Insert a row (or document) of a student
- Verify the row/document was added
Click here for the solution