docker_practice/basic_concept/repository.md

6 lines
299 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

##docker仓库
docker仓库用来保存我们的images当用户创建了自己的image之后就可以使用push命令将它上传到公有或者私有仓库这样下次在另外一台机器上使用这个image时候只需要从仓库上pull下来就可以了。
*跟git的操作类似。