Frequently used Linux Commands for Docker Devs

CommandPurpose/Description
EchoDisplay Text
example: Echo ‘Hello, World’
Echo $0
Who am iDisplays Current User
apt updateupdates the existing system.
– apt stands for “Advanced Package Tool”
apt install nanoinstall Nano editor
Nano editor is an alternative to Vi editor

Leave a Comment