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

Cardano node doesn't start due to shared volume issue (on some Mac setup) #11

Open
satran004 opened this issue Jul 13, 2023 · 0 comments

Comments

@satran004
Copy link
Member

satran004 commented Jul 13, 2023

Yaci DevKit's docker compose has a shared volume "~/clusters".

In one of the user's setups, we have noticed a permission issue due to the shared volume. The container is able to create the cluster folder, but the node doesn't start, and a "permission denied" exception occurs for the "node.sock" file

Workaround: Remove volume section from docker-compose.yml file.

Remove the following section in docker-compose.yml

    volumes:
      - ~/clusters:/clusters
satran004 added a commit that referenced this issue Apr 21, 2024
chore: Yaci Store version 0.0.12.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant