mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-17 19:32:29 +00:00
Restruct and start rewring.
This commit is contained in:
5
basic_concept/repository.md
Normal file
5
basic_concept/repository.md
Normal file
@@ -0,0 +1,5 @@
|
||||
##docker仓库
|
||||
|
||||
docker仓库用来保存我们的images,当用户创建了自己的image之后就可以使用push命令将它上传到公有或者私有仓库,这样下次在另外一台机器上使用这个image时候,只需要从仓库上pull下来就可以了。
|
||||
|
||||
*跟git的操作类似。
|
Reference in New Issue
Block a user