summaryrefslogtreecommitdiffstats
path: root/CentOS
diff options
context:
space:
mode:
authorHumble Devassy Chirammal <humble.devassy@gmail.com>2017-03-07 11:58:08 +0530
committerGitHub <noreply@github.com>2017-03-07 11:58:08 +0530
commit75873c99cbe113ef2120402d99650cb88d99f29c (patch)
treed945b95b490ef6b878da9a1cb9458b47eb392255 /CentOS
parent8f744070bceb056106a677e73b467ca44a2156c1 (diff)
downloadgluster-75873c99cbe113ef2120402d99650cb88d99f29c.tar.gz
gluster-75873c99cbe113ef2120402d99650cb88d99f29c.tar.bz2
gluster-75873c99cbe113ef2120402d99650cb88d99f29c.tar.xz
gluster-75873c99cbe113ef2120402d99650cb88d99f29c.zip
Disabling root password in the image
Diffstat (limited to 'CentOS')
-rw-r--r--CentOS/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS/Dockerfile b/CentOS/Dockerfile
index b46412f..48d4cbc 100644
--- a/CentOS/Dockerfile
+++ b/CentOS/Dockerfile
@@ -43,7 +43,7 @@ RUN chmod 644 /etc/systemd/system/gluster-setup.service
ADD gluster-setup.sh /usr/sbin/gluster-setup.sh
RUN chmod 500 /usr/sbin/gluster-setup.sh
-RUN echo 'root:password' | chpasswd
+#RUN echo 'root:password' | chpasswd
VOLUME [ “/sys/fs/cgroup” ]
RUN systemctl disable nfs-server.service