diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2017-03-07 17:09:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 17:09:23 +0530 |
commit | f4b9c98f3c22cd1caeed6ff03bc04828f2fdc9a5 (patch) | |
tree | efb5db928ab7cb4da47ab61b2f4315f8d1224906 /CentOS | |
parent | 39f737f351dfee39238ee72cf5d882544afc5820 (diff) | |
parent | 4cf7da9021bf00e7a40a69c51359ca70677b356e (diff) | |
download | gluster-f4b9c98f3c22cd1caeed6ff03bc04828f2fdc9a5.tar.gz gluster-f4b9c98f3c22cd1caeed6ff03bc04828f2fdc9a5.tar.bz2 gluster-f4b9c98f3c22cd1caeed6ff03bc04828f2fdc9a5.tar.xz gluster-f4b9c98f3c22cd1caeed6ff03bc04828f2fdc9a5.zip |
Merge pull request #33 from mreithub/master
CentOS/Dockerfile: fixed use of unicode quotation marks
Diffstat (limited to 'CentOS')
-rw-r--r-- | CentOS/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index 329ec74..7c0d448 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -52,7 +52,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 # stops getty from consuming all the memory |