-
Notifications
You must be signed in to change notification settings - Fork 18
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
Your description of docker installation does not work. #106
Comments
This seems to be an issue with your docker environment. |
Sorry, but your answer does not really help. |
I cannot help, as i do not know your setup , versions etc ... This Ubuntu bug report may be related to your issue: My initial thought is that you were using an ancient version of docker & docker compose. |
docker-ce is already the newest version (5:27.3.1-1 |
As i was saying, this is an Ubuntu issue, not related to Decidim. |
Please, can you give me a hint, what to do? |
have you checked the issue i gave? https://bugs.launchpad.net/ubuntu/+source/python-docker/+bug/2065348/comments/18 Closing as the issue is not related to Decidim / or decidim Docker image. |
Thank you. |
@kopetsch you can always try Decidim in nightly.decidim.org and also on try.decidim.org I have closed the issue as the issue you're reporting is not related to Decidim, and most likely no other participatory platform that offers a About "what to do" ? Perform the test on an older version of Linux / docker, Install the python3-docker from the ticket ... and so on .. I do not have access to your computer, so i cannot advise fully on the matter. |
Pointless! |
Can you try with just Here it seems that they are facing the same problem and it results in just a problem with the old |
@kopetsch can you make sure that you run before starting the container a Yes, the error you may be Decidim related. Also, please note this Docker image, is actually running Decidim 0.24 (with a release date of Mar 26, 2021). |
I cannot reproduce your error having the following packs installed. Maybe is some kind of setting that i've done some time ago. My installed packages are:
Could you paste somewhere (gist.github.com) the entire output of your |
git clone [email protected]:decidim/docker.git decidim-docker
results in
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Instead I used
git clone https://github.com/decidim/docker.git
it works, but
docker-compose up
throws error:
docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'
Trace:
Thanks for help.
The text was updated successfully, but these errors were encountered: