poma / docker-machine

A docker-machine zsh wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-machine plugin for oh my zsh

A copy of the completion script from the docker-machine git repo with added functionality:

  • docker-machine use mymachine - alias for eval $(docker-machine env mymachine)
  • default timeout for docker-machine ls is now 3 seconds
  • adds log-opt="max-size=10m" and log-opt="max-file=10" to all docker-machine create ... commands

Installation

cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/poma/docker-machine
# edit ~/.zshrc and add `docker-machine` to plugin list

About

A docker-machine zsh wrapper


Languages

Language:Shell 100.0%