mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
fix wrong command
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user