Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 560 Bytes

Docker alias and functions

Useful command line alias for Docker

Install

If you use it in zsh

$ curl -fsSL https://raw.github.com/tcnksm/docker-alias/master/zshrc >> ~/.zshrc && source ~/.zshrc

In bash

$ curl -fsSL https://raw.github.com/tcnksm/docker-alias/master/zshrc >> ~/.bashrc && source ~/.bashrc

Reference