Docker入門與實戰——《Docker ABC》電子書 https://github.com/gudaoxuri/Docker_ABCgit
默認狀況下Docker容器的IP是動態分配的,要使用靜態IP時咱們會思考一下:github
爲何須要靜態IP?若是是爲了兩個容器間通訊能夠docker
使用--link
tcp
指定-h
來指定hostname並指定-dns
到宿主機spa
讓容器開放上層服務.net
若是這樣都知足不了您的要求那麼能夠參考 http://huataihuang.github.io/2014/10/05/docker-container-static-ip/ 此文實現code
iptables -t nat -A DOCKER -p tcp --dport <外部映射端口> -j DNAT --to-destination <宿主機IP>:<容器新加的端口>
http://stackoverflow.com/questions/19897743/exposing-a-port-on-a-live-docker-containerorm
參考個人Blog http://my.oschina.net/gudaoxuri/blog/513923blog