diff options
| author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2017-03-07 11:58:08 +0530 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-07 11:58:08 +0530 | 
| commit | 75873c99cbe113ef2120402d99650cb88d99f29c (patch) | |
| tree | d945b95b490ef6b878da9a1cb9458b47eb392255 | |
| parent | 8f744070bceb056106a677e73b467ca44a2156c1 (diff) | |
Disabling root password in the image
| -rw-r--r-- | CentOS/Dockerfile | 2 | 
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  | 
