minor spelling fix

This commit is contained in:
Len Weincier 2014-06-11 13:16:53 +02:00
parent 4cf40c968f
commit db00e224c2

View file

@ -70,7 +70,7 @@ If instead we wanted to build an Ubuntu 12.04 image we'd use:
$ sudo docker run -t -i ubuntu:12.04 /bin/bash
If you don't specify a variant, for example you just use `ubuntu`, then Docker
will default to using the `ubunut:latest` image.
will default to using the `ubuntu:latest` image.
> **Tip:**
> We recommend you always use a specific tagged image, for example