ZSH plugin
oh-my-zsh users
If you're using oh-my-zsh, install this plugin by doing the following:
- Go to your oh-my-zsh custom plugins directory -
cd ~/.oh-my-zsh/custom/plugins - Clone the plugin
git clone https://github.com/luismayta/zsh-docker-compose-aliases- Edit your
.zshrcand addplugins=( ... zsh-docker-compose-aliases )to your list of plugins - Open a new terminal and enjoy!
antigen users
If you're using Antigen, install this plugin by doing the following:
- Add
antigen bundle luismayta/zsh-docker-compose-aliasesto your.zshrcwhere you're adding your other plugins. - Either open a new terminal to force zsh to load the new plugin, or run
antigen bundle luismayta/zsh-docker-compose-aliasesin a running zsh session. - Enjoy!
This method find one file in path docker-compose and execute the others args
bash dc dev.yml run --rm web bash
MIT
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
Made with love ❤️ by dgnest