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
Ohmyzsh
Commits
83cf909a
Commit
83cf909a
authored
May 04, 2015
by
Toni Ristola
Browse files
Added aliases for docker compose
parent
14003460
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/docker-compose/README.md
0 → 100644
View file @
83cf909a
# Docker-compose plugin for oh my zsh
plugins/docker-compose/docker-compose.plugin.zsh
0 → 100644
View file @
83cf909a
# 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