This package allows you to run Docker commands and get a color output.
- php >= 7.0
Clone the repo and add the following line to .bashrc
or .zshrc
file.
source /path/to/repo/aliases
It creates convenient aliases to call commands.
You can also pass all arguments as you pass to the command.
# docker images
di
# docker ps
dps
# docker ps -a
dps -a
# docker-compose ps
dcps