#change the root password RUN echo 'root:Docker!' | chpasswd #or RUN echo 'Docker!' | passwd --stdin root