Open CooperLooper opened 1 year ago
Yes, they are examples, I wouldn't have my real IP posted.
Any default install of Docker does not have any ports or IPs public open/accessable. So you need to have network setup or how to knowledge.
I have physical/rented remote server that I have public IPs to access.
I really can't help cause this is really not plug in play as far as networking, which seems like what you asking.
are these subnet and gateway as example ? as it looks not real IPs , and what should it be any private subnet or related to the local machine.
Also what the full command of the Firwall, also is reverse proxy is mandatory ?
docker network create -d macvlan \ -o macvlan_mode=bridge \ --subnet=111.222.333.443/29 \ --gateway=111.222.333.444 \ -o parent=eth1 macvlan_bridge