mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-16 03:23:39 +00:00
7 lines
196 B
Markdown
7 lines
196 B
Markdown
##使用docker push上传images
|
|
```
|
|
$ sudo docker push ouruser/sinatra
|
|
The push refers to a repository [ouruser/sinatra] (len: 1)
|
|
Sending image list
|
|
Pushing repository ouruser/sinatra (3 tags)
|
|
``` |