Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change or set password interactively prompt in linux

#Eventually, I decided to rebuild my Docker images, so that I change the root password by something I will know.

RUN echo 'root:Docker!' | chpasswd
#or
RUN echo 'Docker!' | passwd --stdin root 
Comment

change or set password interactively in linux

#change the root password 

RUN echo 'root:Docker!' | chpasswd
#or
RUN echo 'Docker!' | passwd --stdin root 
Comment

PREVIOUS NEXT
Code Example
Shell :: how to append string to file names in linux 
Shell :: linux awk 
Shell :: install spark 2.4.0 on ubuntu 
Shell :: powershell search array 
Shell :: uninstall vmware player 
Shell :: copy file from ssh server to local 
Shell :: mkdir creating multiple containing folders 
Shell :: create new repository in git bash 
Shell :: arch linux sort packages by size 
Shell :: apt-get search package 
Shell :: python alias 
Shell :: commit and push 
Shell :: waiting for your editor to close the file 
Shell :: listen unix /home/jatoba/.pomo/pomo.sock: bind: address already in use 
Shell :: macos git set vscode as editor 
Shell :: terraform version command 
Shell :: install biocmanager in rstudio 
Shell :: kill proccess using serial port 
Shell :: docker swarm get nodes 
Shell :: when hostname ansible 
Shell :: how to exit root user in linux 
Shell :: screenshot in ubuntu 
Shell :: composer reinstall all packages 
Shell :: dropbox linux 
Shell :: powershell qr code generator 
Shell :: how to check ssh version 
Shell :: search for a filetype extension PowerShell 
Shell :: update hour linux 
Shell :: download heroku ubuntu 
Shell :: wc powershell 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =