Docker
Opening up bash inside the docker container docker run --name ${container_name} -it ${image_name}:${tag} /bin/bash
Opening up bash inside the docker container docker run --name ${container_name} -it ${image_name}:${tag} /bin/bash
Changing the commit message git commit --amend "new commit message"
An open-source container orchestration platform. Automates deployment, scaling, and management of containerized applications. Provides a framework to run dis...
Finding file satisfying a pattern find {dir} -type f -name <filepattern>
Tmux is a terminal multiplexer. It allows you to have multiple terminal windows in a single terminal.
Standard