瀏覽代碼

docs: fix typo

There are 2 not 3 RUN instructions in the userguide's Dockerfile.

Signed-off-by: Mihai Borobocea <MihaiBorobocea@gmail.com>
Mihai Borobocea 10 年之前
父節點
當前提交
48ee443eca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockerimages.md

+ 1 - 1
docs/sources/userguide/dockerimages.md

@@ -263,7 +263,7 @@ this case we're basing our new image on an Ubuntu 14.04 image.
 
 
 Next we use the `MAINTAINER` instruction to specify who maintains our new image.
 Next we use the `MAINTAINER` instruction to specify who maintains our new image.
 
 
-Lastly, we've specified three `RUN` instructions. A `RUN` instruction executes
+Lastly, we've specified two `RUN` instructions. A `RUN` instruction executes
 a command inside the image, for example installing a package. Here we're
 a command inside the image, for example installing a package. Here we're
 updating our APT cache, installing Ruby and RubyGems and then installing the
 updating our APT cache, installing Ruby and RubyGems and then installing the
 Sinatra gem.
 Sinatra gem.