Skip to content

Instantly share code, notes, and snippets.

@yleflour
Created July 12, 2016 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yleflour/7524431e501ed47e5f8f3d9f1768f0c0 to your computer and use it in GitHub Desktop.
Save yleflour/7524431e501ed47e5f8f3d9f1768f0c0 to your computer and use it in GitHub Desktop.
Docker aliases
alias docker-switch='function _switch(){eval $(docker-machine env $1);echo "Switched to $1 machine"};_switch'
alias docker-bash='function _bash(){docker-compose run $1 bash };_bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment