Merge pull request #7134 from MidnightDesign/patch-1

Fix a typo in the tutorial
This commit is contained in:
Sven Dowideit 2014-07-22 12:00:06 +10:00
Родитель 1cc55fda3d 9ff7bbe0ac
Коммит 9dc82e6102
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 .