[go: nahoru, domu]

Skip to content

Docker Compose Images that help spin up infra to follow along with the book 7 Databases in 7 Weeks.

Notifications You must be signed in to change notification settings

DanLindeman/7-in-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7 databases in 7 weeks

This repository is a companion piece to the book 7 Databases in 7 weeks

Each folder contains a docker-compose file for getting up and running with each database. If, for example, you wanted to get up and running with a PostgreSQL database:

>>> cd postgres
>>> docker-compose up

Each folder also contains a README.md that contains the user information you'll need to login to the database and work on the exercises found in the book.

Wherever possible, we've chosen the smallest possible docker image to use for the exercises presented in the text. Many times that image is based on alpine linux, which is so small that often utilities we take for granted won't be available.

About

Docker Compose Images that help spin up infra to follow along with the book 7 Databases in 7 Weeks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published