I have a network server let's say IP: 192.168.0.1 where I have docker running and my development machine a laptop with IP 192.168.0.2.
After I build the image locally on my laptop, how I can run it on the main server on port 80 or 443?
I have a network server let's say IP: 192.168.0.1 where I have docker running and my development machine a laptop with IP 192.168.0.2.
After I build the image locally on my laptop, how I can run it on the main server on port 80 or 443?