You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a Virtual Machine Ubuntu 20.04 on my Windows 10 host and run this docker on my VM.
The problem is that my docker's IP is 172.17.0.2, and my home IP domain is 192.168.0.0/24
What bothers me I s that I don't understand why docker has to be on the same network or if he has to be when he works on another OSI layer and requires only open ports?
I get this error from my VM
sudo mount 172.17.0.2:/ /mnt/nfstest
mount.nfs: access denied by server while mounting 172.17.0.2: /mnt/nfstest
and from windows I can't see the docker and shared volume
The text was updated successfully, but these errors were encountered:
On my docker server which started properly with next command
I am running a Virtual Machine Ubuntu 20.04 on my Windows 10 host and run this docker on my VM.
The problem is that my docker's IP is 172.17.0.2, and my home IP domain is 192.168.0.0/24
What bothers me I s that I don't understand why docker has to be on the same network or if he has to be when he works on another OSI layer and requires only open ports?
I get this error from my VM
and from windows I can't see the docker and shared volume
The text was updated successfully, but these errors were encountered: