You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.
Below block of code works fine locally (MAC Mojave) for project and runs django server, also works on EC2 ubuntu when docker and docker-compose are installed.
If I create a docker-machine env and run the project inside the vm the sh -c command won't work.
./wait-for-it.sh db:5432 not found. None of the commands work inside the block.
Is there any explanation why docker this type of command block won't work with docker machine?
Below block of code works fine locally (MAC Mojave) for project and runs django server, also works on EC2 ubuntu when docker and docker-compose are installed.
If I create a docker-machine env and run the project inside the vm the sh -c command won't work.
./wait-for-it.sh db:5432 not found. None of the commands work inside the block.
Is there any explanation why docker this type of command block won't work with docker machine?
The text was updated successfully, but these errors were encountered: