-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Description
Hi there,
I want to initialize the Docker container with the same network as the Host machine (using the active VPN network).
Then, my Windows programs will be able to use this network.
It appears the docker-wine container doesn't have network configured. Is that true?
I tried to edit the docker-wine
script and put a --network=host
there. Also I tried to install ping
and ping www.google.com
but no success.
Is there an option to fix that without changing the script? Or any workaround for the moment?
Thanks in advance