Merge pull request #866 from corburn/patch-1

centos remove MAINTAINER
This commit is contained in:
Tianon Gravi 2017-03-30 10:11:56 -07:00 committed by GitHub
commit 9e75527da8
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ Systemd is now included in both the centos:7 and centos:latest base containers,
```dockerfile
FROM centos:7
MAINTAINER "you" <your@email.here>
ENV container docker
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == \
systemd-tmpfiles-setup.service ] || rm -f $i; done); \