Skip to content

Instantly share code, notes, and snippets.

@GodStorm91
Created July 26, 2018 03:33
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 GodStorm91/4e9ca25229f3f444cf20c148489e44de to your computer and use it in GitHub Desktop.
Save GodStorm91/4e9ca25229f3f444cf20c148489e44de to your computer and use it in GitHub Desktop.
docker alias
export PATH="$PATH:$HOME/.composer/vendor/bin"
alias dcd='docker-compose down'
alias dcu='docker-compose up'
alias dps='docker ps'
alias dcb='docker-compose build'
alias deb='f(){ docker exec -it "$1" bash -l; unset -f f; }; f'
alias gap='git add -p'
JCLIUSER=admin
JCLIPASS=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment