Isn’t itsudo docker run -p 172.17.0.155:80 <imageID>?I don’t understand whether you want to change the port mapped to the outside of the container to this IP or whether you want to run the things inside the container on the internal IP.
sudo docker run -p 172.17.0.155:80 <imageID>
Isn’t it
sudo docker run -p 172.17.0.155:80 <imageID>
?I don’t understand whether you want to change the port mapped to the outside of the container to this IP or whether you want to run the things inside the container on the internal IP.