chrome-docker
chrome-docker copied to clipboard
how to access host network from VNC
hi,
Great work! manage to see chrome inside VNC. My current problem is the networking. The network inside container seems not working both localhost(docker host) and outer website, like google. Not sure it is an issue or not.
My environment: OS: macOS 10.13.6 Docker: 18.06.0-ce-mac70
there's network limit for docker-mac https://docs.docker.com/docker-for-mac/networking/ not sure if this is the reason. I have tried methods or tools from https://github.com/moby/moby/issues/22753 https://github.com/qoomon/docker-host
docker-host seems can tell me what my current dockerhost
is but wget dockerhost
did not work.