Can docker for windows be used for production

Hi All,

I have created a docker image for JBoss-EAP in Linux with the network_mode as host. I am using Docker-Compose to spin up the image. We are able to spin up and access the containers while using docker in Linux, but while trying to spin up the same image in windows, I wasn’t able to access the containers (i.e) I wasn’t able to get the IP address to access the containers. I have tried inspecting the container and was able to get an IP for the container but while accessing the IP in the browser I wasn’t able to reach the JBoss console as I could do in Linux. Since I am pretty new for Docker windows please guide me to access windows docker containers.