mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 19:43:41 +00:00
9 lines
254 B
Markdown
9 lines
254 B
Markdown
##上传镜像
|
|
用户也可以把自己创建的镜像上传到docker hub中来共享。
|
|
```
|
|
$ sudo docker push ouruser/sinatra
|
|
The push refers to a repository [ouruser/sinatra] (len: 1)
|
|
Sending image list
|
|
Pushing repository ouruser/sinatra (3 tags)
|
|
```
|