dockerimages.md: typo fix

This commit is contained in:
Mathias Monnerville 2014-10-24 09:09:20 +02:00
parent c6f242b88f
commit 417fde550e
1 changed files with 1 additions and 1 deletions

View File

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