Add the image chapter

This commit is contained in:
Baohua Yang
2014-09-05 15:50:31 +08:00
parent af33005a6b
commit 096fcda9fd
7 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
##使用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)
```