Useful command line alias for Docker
If you use it in zsh
$ curl -fsSL https://raw.githubusercontent.com/tcnksm/docker-alias/master/zshrc >> ~/.zshrc && source ~/.zshrc
In bash
$ curl -fsSL https://raw.githubusercontent.com/tcnksm/docker-alias/master/zshrc >> ~/.bashrc && source ~/.bashrc