CheatSheets

Docker

Opening up bash inside the docker container docker run --name ${container_name} -it ${image_name}:${tag} /bin/bash

Git

Changing the commit message git commit --amend "new commit message"

Kubernetes

An open-source container orchestration platform. Automates deployment, scaling, and management of containerized applications. Provides a framework to run dis...

Linux

Finding file satisfying a pattern find {dir} -type f -name <filepattern>

tmux

Tmux is a terminal multiplexer. It allows you to have multiple terminal windows in a single terminal.