1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #6473 from leeplay/userguide

fix missing TAG for docker run
This commit is contained in:
James Turnbull 2014-06-17 06:23:06 -05:00
commit 0ba7f934ee

View file

@ -330,7 +330,7 @@ containers will get removed to clean things up.
We can then create a container from our new image.
$ sudo docker run -t -i ouruser/sinatra /bin/bash
$ sudo docker run -t -i ouruser/sinatra:v2 /bin/bash
root@8196968dac35:/#
> **Note:**