Skip to content

Instantly share code, notes, and snippets.

View MaxenceMottard's full-sized avatar
📱

Maxence MaxenceMottard

📱
View GitHub Profile
@MaxenceMottard
MaxenceMottard / .zshrc
Last active January 4, 2020 22:23
Docker zshrc
# ------------------------------------
# Docker alias and function
# ------------------------------------
# Get latest container ID
alias dl="docker ps -l -q"
# Get container process
alias dps="docker ps"