diff options
| author | Manuel Reithuber <git@manuel.reithuber.net> | 2017-03-03 15:28:28 +0100 |
|---|---|---|
| committer | Manuel Reithuber <git@manuel.reithuber.net> | 2017-03-03 15:28:28 +0100 |
| commit | 1611c91663a5f3c3b5148152baf1ea95b56bdc68 (patch) | |
| tree | 0c9fefc20e2603d5114e7394ba74990d9d2ddc30 | |
| parent | 8f744070bceb056106a677e73b467ca44a2156c1 (diff) | |
CentOS/Dockerfile: fixed use of unicode quotation marks (which causes issues with docker-compose for me)
| -rw-r--r-- | CentOS/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index b46412f..69c1376 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -44,7 +44,7 @@ ADD gluster-setup.sh /usr/sbin/gluster-setup.sh RUN chmod 500 /usr/sbin/gluster-setup.sh RUN echo 'root:password' | chpasswd -VOLUME [ “/sys/fs/cgroup” ] +VOLUME [ "/sys/fs/cgroup" ] RUN systemctl disable nfs-server.service RUN systemctl enable ntpd.service |
