[docs] use angle brackets in MAINTAINER example email

This commit is contained in:
Alexey Shamrin 2013-10-07 20:29:54 +04:00
parent c18e849451
commit a9eac7eab4
1 changed files with 1 additions and 1 deletions

View File

@ -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 <guillaume@dotcloud.com>
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list