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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Front-End not deploying through docker compose due to permission issue on Linux based distro. #28

Open
hiteshvpatel256 opened this issue Feb 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@hiteshvpatel256
Copy link
Contributor

Describe the bug
Front-End not deploying through docker compose due to permission issue on Linux.

To Reproduce
Steps to reproduce the behavior:

  1. Instantiate network using docker compose in any linux based OS.
  2. Nodes & Cordaptors are launching properly in containers but with web services, it gives permission error.

Expected behavior
On the execution of Docker-Compose on any Linux, the web services should be launched into container without any permission error.

Screenshots
If applicable, add screenshots to help explain your problem.

**Desktop **

  • OS: Linux MInt 21
@hiteshvpatel256
Copy link
Contributor Author

With primary investigation, the main reason responsible for this is docker mounts image as root user in Linux kernels.

So with that all the permission to the file system required by Node.js should be explicitly assigned into docker config file for fron-end web.

@parthbond180 parthbond180 added the bug Something isn't working label Feb 7, 2022
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

No branches or pull requests

2 participants