Hacker News new | ask | show | jobs
by JustSomeNobody 4003 days ago
On OpenVZ, I can edit /etc/network/interfaces for each CT and can assign a static IP, for one example. Can I not do that for Docker? Sorry if this is naive, I don't know much of anything about Docker.
1 comments

no, for many reasons:

You should have no way to login to the docker container

Dockers networking does not allow that for that IP to be visable.

Ok, thank you for clearing that up for me.