I have been trying to assign one of my five public ip's to my docker container. It seems like this should be possible because of the nature of docker and its uses. I found this website that I think explains what I want to do but it no longer works since Docker went away from LXC:
http://programster.blogspot.com/2014/06/docker-run-multiple-docker-websites-on.html
I have tried making a static NAT connection with the ip that my container was using but that didn't work. The docker IP does not show up in my routers page, only the host computers ip.
My questions are:
Is it possible to assign a static public ip to a docker container, and if so how?
and
Is it possible to make a docker IP appear in my router config page, and if so how?
Thanks.