mirror of
https://github.com/docker/docs.git
synced 2026-04-05 02:38:52 +07:00
Merge pull request #2109 from shamrin/patch-4
[docs] use angle brackets in MAINTAINER example email
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user