How to isolate docker container from the host network (docker-compose)
I have a container that running a simple socket python script that listen on his ip address. I made a network for that container with the bridge as the driver. But when I am running the container I can access it from outside of his network using the localhost:port address. I want to isolate the… Read More How to isolate docker container from the host network (docker-compose)