Created
September 16, 2016 07:31
-
-
Save fojuth/d43bf3fa88ca2320d7313ccce2aef383 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 characters
| alias docker-bash-api='docker exec -it $(docker ps | grep api | awk '\''{print $1}'\'') bash' | |
| alias docker-bash-www='docker exec -it $(docker ps | grep www | awk '\''{print $1}'\'') bash' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment