aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-03 14:56:02 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-03 14:56:02 -0500
commit046a69172f72e35826b88b42a679031df2697f05 (patch)
tree821933a1336b40484f06040c3e9d9e98d56254d9 /sh
parent844d039319505b053bf39c0b11910ef1aa47a6be (diff)
feat: added more docker aliases
Diffstat (limited to 'sh')
-rw-r--r--sh/aliases.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/aliases.sh b/sh/aliases.sh
index 2e69b83..406a989 100644
--- a/sh/aliases.sh
+++ b/sh/aliases.sh
@@ -24,4 +24,7 @@ if command -v docker &>/dev/null; then
alias dce="dc exec"
alias dcps="dc ps"
alias dcls="dc ls"
+ alias dcdn="dc ls"
+ alias dcup="dc up"
+ alias dcupd="dc up -d"
fi