I need to create some docker containers that must be accessed by other computers at the same network.
Problem is that when I create the container, Docker gets IP ad
You have to create a bridge on your host and assign that bridge to the container. This may help you: https://jpetazzo.github.io/2013/10/16/configure-docker-bridge-network/