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:
commit
0ba7f934ee
1 changed files with 1 additions and 1 deletions
|
@ -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:**
|
||||
|
|
Loading…
Reference in a new issue