码迷,mamicode.com
首页 > 其他好文 > 详细

Docker网络配置

时间:2017-08-22 00:25:23      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:实现   通信   nbsp   strong   gre   link   tar   res   ini   

端口映射实现容器访问容器:

  docker -d -P tarining/webapp python app.py

容器互联实现容器间通信:

  docker run -d --name db training/postgres

  docker run -d -P --name web --link db:db training/webapp python app.py

 

Docker网络配置

标签:实现   通信   nbsp   strong   gre   link   tar   res   ini   

原文地址:http://www.cnblogs.com/qhdxqxx/p/7407138.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!