How to create the Docker network so that the container expose ports only for the host and have no access to the internet and to the other containers?
I found the solution for restricting access to internet, but it allows containers to interact with each other.