Tag:docker
All the articles with the tag "docker".
docker持久化
Posted on:March 27, 2021 at 02:54 PM## 相关阅读 - https://blog.csdn.net/weixin_39805802/article/details/110496244
docker-compose spec
Posted on:March 10, 2021 at 12:07 PMdocker-compose 的spec ``` TOP : version service network volumes config secrets ```
namespace与docker
Posted on:December 8, 2019 at 09:36 PM> CLONE_NEWUTS (since Linux 2.6.19) If CLONE_NEWUTS is set, then create the process i
docker stop
Posted on:December 4, 2019 at 12:32 AMdocker的stop本质就是kill -9 ,一个特别的信号而已。具体实现得看代码 // todo
docker与iptable和网桥
Posted on:November 26, 2019 at 11:41 PM## 如何创建网桥 创建网桥,可以通过`bridge-utils`包的`brctl`来创建一个网桥 ``` $sudo brctl addbr br0 ``` 然后通过`brctl show`可