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
1d8047e0
Commit
1d8047e0
authored
Sep 14, 2016
by
Ivo Bathke
Committed by
Marc Cornellà
Sep 14, 2016
Browse files
Readded docker-compose aliases (#5412)
Removed by mistake in
0950f9c5
.
parent
3705d47b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/docker-compose/docker-compose.plugin.zsh
0 → 100644
View file @
1d8047e0
# Authors:
# https://github.com/tristola
#
# Docker-compose related zsh aliases
# Aliases ###################################################################
alias
dcup
=
'docker-compose up'
alias
dcb
=
'docker-compose build'
alias
dcrm
=
'docker-compose rm'
alias
dcps
=
'docker-compose ps'
alias
dcstop
=
'docker-compose stop'
alias
dcrestart
=
'docker-compose restart'
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