mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-06 23:41:41 +00:00
rewrite the advanced network chapter
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
##工具和示例
|
||||
在介绍自定义网络拓扑之前,你可能会对一些外部工具和例子感兴趣:
|
||||
https://github.com/jpetazzo/pipework
|
||||
Jérôme Petazzoni 创建了一个叫pipework的shell脚本来帮助我们在复杂的场景中完成网络连接
|
||||
|
||||
https://github.com/brandon-rhodes/fopnp/tree/m/playground
|
||||
Brandon Rhodes创建了一个完整的docker容器网络拓扑,包含 nat 防火墙,服务包括HTTP, SMTP, POP, IMAP, Telnet, SSH, and FTP:
|
||||
工具使用的网络命令跟之前看到非常相似。
|
||||
### pipework
|
||||
Jérôme Petazzoni编写了一个叫[pipework](https://github.com/jpetazzo/pipework)的shell脚本,可以帮助用户在比较复杂的场景中完成容器的连接。
|
||||
|
||||
### playground
|
||||
Brandon Rhodes创建了一个提供完整的Docker容器网络拓扑管理的[Python库](https://github.com/brandon-rhodes/fopnp/tree/m/playground),包括路由、NAT防火墙;以及一些提供HTTP, SMTP, POP, IMAP, Telnet, SSH, FTP的服务器。
|
||||
|
Reference in New Issue
Block a user