docker_practice/advanced_network/example.md

9 lines
579 B
Markdown
Raw Normal View History

## 工具和示例
2014-11-19 17:06:47 +00:00
在介紹自定義網路拓撲之前,你可能會對一些外部工具和例子感興趣:
2014-09-05 07:50:54 +00:00
2014-09-18 09:38:20 +00:00
### pipework
Jérôme Petazzoni 編寫了一個叫 [pipework](https://github.com/jpetazzo/pipework) 的 shell 腳本,可以幫助用戶在比較復雜的場景中完成容器的連接。
2014-09-18 09:38:20 +00:00
### playground
2014-11-19 17:06:47 +00:00
Brandon Rhodes 創建了一個提供完整的 Docker 容器網路拓撲管理的 [Python庫](https://github.com/brandon-rhodes/fopnp/tree/m/playground)包括路由、NAT 防火墻;以及一些提供 HTTP, SMTP, POP, IMAP, Telnet, SSH, FTP 的服務器。