远程 image 例如:
本地 dockFile 例如:
态度决定一切
etcd: 开源分布存储
在docker-node1上
1 | vagrant@docker-node1:~$ wget https://github.com/coreos/etcd/releases/download/v3.0.12/etcd-v3.0.12-linux-amd64.tar.gz |
FROM
1 | from scratch ##制作base Image |
1 | from centos ##使用 base Image |
==尽量使用官方的Image作为base Image (安全)==
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment