-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File not found by docker(-compose) when setting up dev environment #66
Comments
I think what's happening is the setup instructions don't wait for solr and postgres to be ready (which the normal running command does), but try to connect to them. The first command in setup instructions after cloning is setting up the DB. This is what it looks like for me after cleaning up my setup (incl deleting volumes)
After running that, I checked what actually got up and running:
Since solr and postgres as running, I tried the DB setup command again:
|
What I get on a new
I can confirm all oft those files exist on my host machine. |
|
I managed to get this working by following the setup instructions in the readme inside Docker-in-Docker I don't think that's a sensible way to have to use this (probably) but it suggests that it works at least on alpine linux (dind base image) and arch linux and some ubuntu (that jaron was using) so we need to figure out what it is about Delena's environment that makes it not work.
|
Delena said she had trouble setting up - I'll let her fill in details if needed
The text was updated successfully, but these errors were encountered: