Jul 28, 2024
What is Docker?
Benefits of Docker:
docker version in the terminal to check if Docker is running.pwd: Show current directory.ls: List files and directories.cd: Change directory.mkdir: Create a directory.touch: Create a new file.rm: Remove files or directories recursively.nano to create and edit files.cat: View file content.more: Scroll through file output.less: Enhanced scrolling capabilities.head and tail: View the beginning or end of files respectively.> to redirect output to files and < for input.