-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
seems not working with docker 1.7 #77
Comments
+1 |
I have the same problem. It keep saying my docker version is too old, when i run "dokku postgresql:create appdb". This is the detail of installed docker: Client version: 1.7.0 |
Same issue here! |
Same here. I have Docker 1.7.0 |
According to the Docker release note (Jun 22), the volumes systems have been completely rewritten. After a shallow search, I realised And I get the following error
|
+1 |
I was able to fix this at my end. I made two changes in the commands file.
to
And since the created postgresql/$APP image does not have the
to
This works for me for now. |
@stephenbaidu +1! Works for me! Thanks! |
+1 for integrating @stephenbaidu's patch |
You can also pull from my branch until it is merged. It incorporates @stephenbaidu's changes. |
👍 for the fix from @stephenbaidu , thanks! |
It looks like this project is abandoned by original author. Can you suggest good alternative? |
Cool, @srigi did you find any? |
My issues were resolved after upgrading. Please refer to: |
@dmr yes, I'm really happy with Flink/dokku-psql-single-container. Don't be scared that there isn't any |
dokku postgresql:create db
Your docker version is too old, please update it
dokku postgresql:link web db
docker: "inspect" requires a minimum of 1 argument.
See 'docker inspect --help'.
Usage: docker inspect [OPTIONS] CONTAINER|IMAGE [CONTAINER|IMAGE...]
The text was updated successfully, but these errors were encountered: