Created
February 4, 2015 22:35
Revisions
-
Aaron Feng created this gist
Feb 4, 2015 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ docker-machine-wrapper() { CONFIG_NAME="$1" shift docker $(docker-machine config "$CONFIG_NAME") $@ } alias dm="docker-machine-wrapper"