-
Notifications
You must be signed in to change notification settings - Fork 100
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
make.sh: python: can't open file Permission denied #214
Comments
@junaruga The Backend instructions for Fedora here should help you. Once you make it work can you please create a wiki page in your fork explaining the details for Fedora and give me the link? |
Sure. Okay. I will create the wiki page. I am happy to do it. |
@jbernal0019 Is there already "The Backend instructions for Fedora" somewhere? |
Here is the full log for
Interestingly I referred this document to disable SE Linux temporarily. |
Seeing the commands, |
It looks same with SE Linux mode permissive. |
No. The The cumbersome double Feel free to improve... |
Thanks for the answer. " I assume "files owned by root due to running containerized plugins." is related to a permission to write the files in volume mount from inside container. It's related to uid map. We might be able to fix it not to use |
Let me share my working log. Now I installed Docker CE removing the Remove moby RPMs in Fedora RPM repository.
Install Docker CE Fedora 31 binary RPMs and docker-compose on Fedora 32The current environment is cgroups v1 by
Edit the downloaded repository config file, replacing
Install docker-compose from the official source.
Run make.sh
Test with the simple
|
Sorry, Now the network inside a container works after running the following commands, referring Whitelist docker in firewall and docker/for-linux#955 (comment) .
|
I would close this ticket, as I succeeded to run I summarized the steps here. |
I am trying to set up my development environment on my local machine reading
README.md
.My environment is
moby-engine-19.03.11-1.ce.git42e35e6.fc32.x86_64
).pip3 install docker-compose --user
).Do you have any idea to fix the following error I faced?
Thanks.
The text was updated successfully, but these errors were encountered: