Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃毀 Fix EACCES error after running docker-compose up on Ubuntu-based distros! #23

Closed
naimulcsx opened this issue Nov 23, 2021 · 2 comments 路 Fixed by #26
Closed

馃毀 Fix EACCES error after running docker-compose up on Ubuntu-based distros! #23

naimulcsx opened this issue Nov 23, 2021 · 2 comments 路 Fixed by #26
Assignees
Labels
bug Something isn't working

Comments

@naimulcsx
Copy link
Owner

naimulcsx commented Nov 23, 2021

With our current Dockerfile, it's working fine in both Windows and MacOS. However for some reason, with USER node in the Dockerfile is facing some permission issues while running containers on Pop OS!

@naimulcsx naimulcsx added the bug Something isn't working label Nov 23, 2021
@naimulcsx naimulcsx self-assigned this Nov 23, 2021
@naimulcsx naimulcsx changed the title 馃毀 Fix EACCES error after running docker-compose up on Pop OS! 馃毀 Fix EACCES error after running docker-compose up on Ubuntu-based distros! Nov 23, 2021
@naimulcsx
Copy link
Owner Author

naimulcsx commented Nov 24, 2021

Looks like if we declare USER node before executing the container container, the error goes away.

@naimulcsx
Copy link
Owner Author

Looks like the error persists in Mac and Windows.

@naimulcsx naimulcsx linked a pull request Nov 24, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant