瀏覽代碼

Merge pull request #2109 from shamrin/patch-4

[docs] use angle brackets in MAINTAINER example email
Andy Rothfusz 11 年之前
父節點
當前提交
194c1dbbd8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/use/builder.rst

+ 1 - 1
docs/sources/use/builder.rst

@@ -321,7 +321,7 @@ the command given by ``CMD`` is executed.
     # VERSION               0.0.1
     # VERSION               0.0.1
 
 
     FROM      ubuntu
     FROM      ubuntu
-    MAINTAINER Guillaume J. Charmes "guillaume@dotcloud.com"
+    MAINTAINER Guillaume J. Charmes <guillaume@dotcloud.com>
 
 
     # make sure the package repository is up to date
     # make sure the package repository is up to date
     RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
     RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list