-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(docker): move aliases to which-cmd
- Loading branch information
1 parent
4764a66
commit 0b0a19f
Showing
2 changed files
with
37 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,2 @@ | ||
# Docker aliases | ||
alias d="docker" | ||
alias dk="docker container" | ||
alias dkl="docker container ls" | ||
alias dks="docker container start" | ||
alias dkx="docker container stop" | ||
alias di="docker image" | ||
alias dil="docker image ls" | ||
alias ds="docker service" | ||
alias dsl="docker service ls" | ||
alias dsp="docker service ps" | ||
alias dv="docker volume" | ||
alias dvl="docker volume ls" | ||
alias dn="docker node" | ||
alias dnl="docker node ls" | ||
alias drrm="docker run --rm" | ||
alias drit="docker run --rm -it" | ||
|
||
alias dc="docker-compose" | ||
alias dc="docker compose" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters