Add the architecture chapter

This commit is contained in:
Baohua Yang
2014-09-05 15:49:42 +08:00
parent 1c2fa0ba47
commit 1f6d7449c8
6 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1 @@
docker仓库用来保存我们的images当我们创建了自己的image之后我们就可以使用push命令将它上传到公有或者私有仓库这样下次要在另外一台机器上使用这个image时候只需要从仓库上pull下来就可以了。