| ... | ... |
@@ -65,7 +65,7 @@ So when we run a container we refer to a tagged image like so: |
| 65 | 65 |
|
| 66 | 66 |
$ sudo docker run -t -i ubuntu:14.04 /bin/bash |
| 67 | 67 |
|
| 68 |
-If instead we wanted to build an Ubuntu 12.04 image we'd use: |
|
| 68 |
+If instead we wanted to run an Ubuntu 12.04 image we'd use: |
|
| 69 | 69 |
|
| 70 | 70 |
$ sudo docker run -t -i ubuntu:12.04 /bin/bash |
| 71 | 71 |
|