mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #51] No connetion in docker #43
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tobiasreichel on GitHub (Jun 20, 2020).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/51
Little Problem i have no connetion inside docker
container is connected to the default bridge network
but no connetion
any hint why?
@sickcodes commented on GitHub (Jun 20, 2020):
We are using user-mode networking.
https://github.com/sickcodes/Docker-OSX/blob/master/Dockerfile#L162
Not attached to the bridge. Unless you are referring to the Docker container's bridge, which is a Docker issue.
Did you update to latest version?
docker pull sickcodes/docker-osx@sickcodes commented on GitHub (Jun 20, 2020):
If that fixed it, feel free to close the issue :)
@jviotti commented on GitHub (Jun 23, 2020):
@sickcodes I'm facing the same issue, and the latest version didn't help. I'm running on Fedora 32 if that makes a difference, and the host has both ethernet & wifi.
The host
ifconfigis:And the macOS VM says:
@jviotti commented on GitHub (Jun 23, 2020):
I started the VM using this command:
Which as far as I understand should have opened port 50922 on the host, but that didn't happen either.
@jviotti commented on GitHub (Jun 23, 2020):
It seems to work if I run it like this:
@sickcodes commented on GitHub (Jun 24, 2020):
Great to hear it works :)