savishy / docker-sentrifugo

A docker container for sentrifugo
2 stars 11 forks source link

create "sentrifugo" db during container creation #11

Closed savishy closed 7 years ago

savishy commented 8 years ago

After the app and db containers are created, add a step docker exec which will execute the following

savishy commented 7 years ago

Turns out the approach in first comment wasn't needed. MySQL Docker image allows creation of an initial db easily. Calling this one fixed.