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

Error response from daemon #753

Closed
mr-gabe49 opened this issue Oct 24, 2021 · 2 comments
Closed

Error response from daemon #753

mr-gabe49 opened this issue Oct 24, 2021 · 2 comments
Labels
affects: dx Related to developer experience good first issue Everything in "Help wanted", PLUS being relatively easy and straightforward to implement. help wanted Community contributors can implement this ready Ready for implementation work: other

Comments

@mr-gabe49
Copy link
Member

Description

  • Running into the following error when starting docker-compose up on Windows 10 with WSL2 enabled:

    • Error: Error response from daemon: path /home/gabe/mathesar is mounted on / but it is not a shared mount.
  • Eliminating the trailing slash in lines 20 and 21 of docker-compose.yml file fix the problem on my machine

  • From:

volumes:
     - .:/code/
     - ui_node_modules:/code/mathesar_ui/node_modules/ 

to

volumes:
      - .:/code
      - ui_node_modules:/code/mathesar_ui/node_modules
@pavish
Copy link
Member

pavish commented Oct 25, 2021

@mr-gabe49 Thanks for reporting this.

I'm linking #570 to keep track of it there as well.

Related issues for reference:
docker/compose#8558
docker/for-mac#3431

@pavish pavish added affects: dx Related to developer experience good first issue Everything in "Help wanted", PLUS being relatively easy and straightforward to implement. help wanted Community contributors can implement this ready Ready for implementation work: other and removed status: triage labels Oct 25, 2021
@pavish pavish added this to the [06] General Improvements #4 milestone Oct 25, 2021
@mr-gabe49
Copy link
Member Author

@kgodey @pavish I'm no longer experiencing this issue with latest VS update.

Repository owner moved this from Ready to Done in [NO LONGER USED] Mathesar work tracker Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: dx Related to developer experience good first issue Everything in "Help wanted", PLUS being relatively easy and straightforward to implement. help wanted Community contributors can implement this ready Ready for implementation work: other
Projects
No open projects
Development

No branches or pull requests

3 participants