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