ソースを参照

Merge pull request #6278 from sebastienhouzet/patch-2

Update dockerimages.md
James Turnbull 11 年 前
コミット
7992fb5911
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/sources/userguide/dockerimages.md

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

@@ -312,7 +312,7 @@ and given it the tag `v2`.
 We've also specified the location of our `Dockerfile` using the `.` to
 We've also specified the location of our `Dockerfile` using the `.` to
 indicate a `Dockerfile` in the current directory.
 indicate a `Dockerfile` in the current directory.
 
 
-> **Note::**
+> **Note:**
 > You can also specify a path to a `Dockerfile`.
 > You can also specify a path to a `Dockerfile`.
 
 
 Now we can see the build process at work. The first thing Docker does is
 Now we can see the build process at work. The first thing Docker does is