/docker-alias

Useful shell functions and aliases for the Docker command line

Primary LanguageShell

docker-alias

Useful bash and zsh shell aliases and functions for the Docker command line

Creates self-managed entries for ~/.bashrc, ~/.bash_profile (Mac only) and ~/.zshrc

Inspired by tcnksm/docker-alias

Install

The following one-liner installs the profile on your system.

curl -sSL https://raw.github.com/mjoe/docker-alias/master/install.sh | sh

Details

  • clone git repo to current working directory or DA_HOME
  • add an entry for the profile rc files mentioned above
  • source the bash rc profile
  • update docker-alias with command daup

Optional

The git repo will be cloned in the current working directory. You can choose an other location by exporting an env variable DA_HOME before the install script is executed.

export DA_HOME=/my/location && curl -sSL https://raw.github.com/mjoe/docker-alias/master/install.sh | sh

Reference