diff options
author | Wolfgang Powisch <powo@powo.priv.at> | 2016-04-27 21:26:42 +0200 |
---|---|---|
committer | Wolfgang Powisch <powo@powo.priv.at> | 2016-04-27 21:26:42 +0200 |
commit | 8cc3c4e79d5e40081229da62fa626bf4d150433c (patch) | |
tree | bc754d2096e12e951b3fae5838aa9a9d56b57613 | |
parent | eeb92a100989b1d55f806b7c88e205cc633846f2 (diff) | |
download | gluster-8cc3c4e79d5e40081229da62fa626bf4d150433c.tar.gz gluster-8cc3c4e79d5e40081229da62fa626bf4d150433c.tar.bz2 gluster-8cc3c4e79d5e40081229da62fa626bf4d150433c.tar.xz gluster-8cc3c4e79d5e40081229da62fa626bf4d150433c.zip |
fix wrong doublequotes in Dockerfile
-rw-r--r-- | CentOS/Dockerfile | 2 | ||||
-rw-r--r-- | Fedora/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile index 647c311..b909fa0 100644 --- a/CentOS/Dockerfile +++ b/CentOS/Dockerfile @@ -26,7 +26,7 @@ RUN yum --setopt=tsflags=nodocs -y install glusterfs glusterfs-server glusterfs- RUN yum clean all RUN echo 'root:password' | chpasswd -VOLUME [ “/sys/fs/cgroup” ] +VOLUME [ "/sys/fs/cgroup" ] EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 49163 diff --git a/Fedora/Dockerfile b/Fedora/Dockerfile index ab841a2..370417f 100644 --- a/Fedora/Dockerfile +++ b/Fedora/Dockerfile @@ -19,7 +19,7 @@ rm -f /lib/systemd/system/anaconda.target.wants/*; RUN yum --setopt=tsflags=nodocs -y install wget nfs-utils iputils iproute attr glusterfs glusterfs-server glusterfs-geo-replication openssh-server; yum clean all RUN echo 'root:password' | chpasswd -VOLUME [ “/sys/fs/cgroup” ] +VOLUME [ "/sys/fs/cgroup" ] EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 49163 |