1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix a typo in the tutorial

This commit is contained in:
Rudolph Gottesheim 2014-07-21 10:34:54 +02:00
parent 8365abb200
commit 9ff7bbe0ac

View file

@ -127,7 +127,7 @@ Your `Dockerfile` should now look like this:
## Building your image
Go to the directory that has your `Dockerfile` and run the following command
to build a Docker image. The `-t` flag let's you tag your image so it's easier
to build a Docker image. The `-t` flag lets you tag your image so it's easier
to find later using the `docker images` command:
$ sudo docker build -t <your username>/centos-node-hello .