Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Cannot link to a non running container #17

Open
ebeigarts opened this issue May 20, 2015 · 4 comments
Open

Cannot link to a non running container #17

ebeigarts opened this issue May 20, 2015 · 4 comments

Comments

@ebeigarts
Copy link

My apps are not starting after restarting the whole server.

$ dokku ps:start <app>

-----> Releasing <app> ...
-----> Deploying <app> ...
time="2015-05-20T10:36:23+03:00" level="fatal" msg="Error response from daemon: Cannot start container 912a209188613d510fd2582d67eedd7b2242e1663d822fe6fe87ac88009bd5a0: Cannot link to a non running container: /elasticsearch_<app> AS /compassionate_bardeen/elasticsearch"

My current workaround is to use:

$ dokku elasticsearch:delete <app>
$ dokku elasticsearch:create <app>
@broskoski
Copy link

+1 having this problem as well

@iroth
Copy link

iroth commented Aug 8, 2015

+1 same here

@vincentfretin
Copy link

You need a pre-release script to start the elasticsearch container first.
This is what I do in my fork, see pull request #13

@iroth
Copy link

iroth commented Aug 8, 2015

very cool @vincentfretin !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants