Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
d186bc30
"vscode:/vscode.git/clone" did not exist on "aa5279f2dc2502d13ae0e7d2fa8647db833e31f1"
Commit
d186bc30
authored
Oct 02, 2016
by
Florian Wilhelm
Committed by
Marc Cornellà
Oct 02, 2016
Browse files
Add aliases for docker-compose logs (#5475)
parent
9263e9ca
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/docker-compose/docker-compose.plugin.zsh
View file @
d186bc30
...
@@ -18,3 +18,5 @@ alias dcrm='docker-compose rm'
...
@@ -18,3 +18,5 @@ alias dcrm='docker-compose rm'
alias
dcr
=
'docker-compose run'
alias
dcr
=
'docker-compose run'
alias
dcstop
=
'docker-compose stop'
alias
dcstop
=
'docker-compose stop'
alias
dcup
=
'docker-compose up'
alias
dcup
=
'docker-compose up'
alias
dcl
=
'docker-compose logs'
alias
dclf
=
'docker-compose logs -f'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment