pushkin-consortium / pushkin-cli

A CLI designed to facilitate the setup process of a Pushkin stack
MIT License
0 stars 4 forks source link

Make work with docker commands #43

Closed jkhartshorne closed 4 years ago

jkhartshorne commented 4 years ago

For example:

$ docker-compose -f pushkin/docker-compose.dev.yml start test_db
$ pushkin setupdb
$ docker-compose -f pushkin/docker-compose.dev.yml stop test_db

Get the docker command inside of 'setupdb'. Will cause some async problems, which need to be fixed.

jkhartshorne commented 4 years ago

My understanding of the problem is that Node doesn't know when docker has actually finished starting up. However, Bash does know.