Skip to content

Instantly share code, notes, and snippets.

@yzguy
Created October 25, 2015 02:14
Show Gist options
  • Select an option

  • Save yzguy/ccd05655b92019e42478 to your computer and use it in GitHub Desktop.

Select an option

Save yzguy/ccd05655b92019e42478 to your computer and use it in GitHub Desktop.
dm() {
case $1 in
ip )
docker-machine ip $DOCKER_MACHINE_NAME
;;
set )
eval $(docker-machine env $2)
;;
* )
docker-machine $@
;;
esac
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment