I notice that windows firewall can block the connection to the container.
You can allow this access via firewall settings for "VcXsrv windows xserver".
Also, if you only want to give your xserver private network access, you can use:
Set-NetConnectionProfile -interfacealias "vEthernet (DockerNAT)" -NetworkCategory Private
src
Hey Chris thanks for making me aware of this! The PowerShell command can come in handy, thanks 😊
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I notice that windows firewall can block the connection to the container.
You can allow this access via firewall settings for "VcXsrv windows xserver".
Also, if you only want to give your xserver private network access, you can use:
src
Hey Chris thanks for making me aware of this!
The PowerShell command can come in handy, thanks 😊