pipework
https://github.com/jpetazzo/pipework
思路
在同一宿主主机中创建两台容器,通过pipework创建网桥进行通讯
c1
docker run –name c1 -it ubuntu:14.04
c2
docker run –name c2 -it ubuntu:14.04
创建网桥
git clone https://github.com/jpetazzo/pipework.git
|
|
效果图
DevOps|Python|Linux
缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: true raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true