Frequently used Linux Commands for Docker Devs
Command Purpose/Description Echo Display Textexample: Echo ‘Hello, World’Echo $0 Who am i Displays Current User apt update updates the existing system. – apt stands for “Advanced Package Tool” apt install nano install Nano editor Nano editor is an alternative to Vi editor