From a9eac7eab4c9867114c94cace52d1c889c249293 Mon Sep 17 00:00:00 2001 From: Alexey Shamrin Date: Mon, 7 Oct 2013 20:29:54 +0400 Subject: [PATCH] [docs] use angle brackets in MAINTAINER example email --- docs/sources/use/builder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/builder.rst b/docs/sources/use/builder.rst index 61c7fccd1d..fedae17389 100644 --- a/docs/sources/use/builder.rst +++ b/docs/sources/use/builder.rst @@ -321,7 +321,7 @@ the command given by ``CMD`` is executed. # VERSION 0.0.1 FROM ubuntu - MAINTAINER Guillaume J. Charmes "guillaume@dotcloud.com" + MAINTAINER Guillaume J. Charmes # make sure the package repository is up to date RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list