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