Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 370 Bytes

Shortcut collection for kubectl and docker

How to install

# Dowload to local
curl https://raw.githubusercontent.com/dohai2105/container_alias/main/.container_alias -o ~/.container_alias

# Add following line to your ~/.zshrc or ~/.bashrc
vi ~/.zshrc
[ -f ~/.container_alias ] && source ~/.container_alias

# Reload ~/.zshrc or ~/.bashrc
source ~/.zshrc