Skip to content

Instantly share code, notes, and snippets.

@teoulas
Created June 13, 2018 12:13
Show Gist options
  • Save teoulas/4cbfb8adfdf6dbf5ec076de3fa2a2f12 to your computer and use it in GitHub Desktop.
Save teoulas/4cbfb8adfdf6dbf5ec076de3fa2a2f12 to your computer and use it in GitHub Desktop.
~/.oh-my-zsh/custom/
alias dcru="docker-compose run --user \"$(id -u):$(id -g)\""
alias dcrssh="docker-compose run -v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent"
alias dclf="docker-compose logs -f --tail=50"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment