Skip to content

Instantly share code, notes, and snippets.

@perezale
Last active August 28, 2019 15:17
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 perezale/69ff5009d55bcf8b3683633fa334ef1a to your computer and use it in GitHub Desktop.
Save perezale/69ff5009d55bcf8b3683633fa334ef1a to your computer and use it in GitHub Desktop.
# To install, add the snippet below to ~/.bashrc and then install by running:
# $ source ~/.bashrc
# Snippet
# if [ -f ~/.docker-aliases ]; then
# . ~/.docker-aliases
# fi
alias dceuwb='docker-compose exec --user laradock workspace bash'
alias dcewb='docker-compose exec workspace bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment