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

Docker compatibility for mac (and likely windows too) #55

Closed
blakeflei opened this issue Apr 4, 2024 · 1 comment
Closed

Docker compatibility for mac (and likely windows too) #55

blakeflei opened this issue Apr 4, 2024 · 1 comment

Comments

@blakeflei
Copy link

When running locally on mac (and likely windows too) none of the container ports are available. This is likely because there is no docker0 bridge on MacOS or windows. The workaround, described in the docs (same link as above) is to use the hostname host.docker.internal.

This hostname should also work on a linux host, provided the host is added via: `--add-host=host.docker.internal:host-gateway'. (moby/moby#40007 (comment), docker/for-linux#264 (comment))

@blakeflei
Copy link
Author

Submitted PR 56

@Zebreu Zebreu closed this as completed Apr 15, 2024
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

2 participants