Skip to content

Commit

Permalink
Update bash_profile_docker_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalert committed Apr 8, 2016
1 parent ef28e1b commit 4204d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile_docker_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dockexec() { docker exec -i -t $@ bash ;}
alias dockip='docker inspect --format "{{ .NetworkSettings.IPAddress }}"'
alias dockipl='docker inspect --format "{{ .NetworkSettings.IPAddress }}" $(docker ps -q)'
alias dip='docker inspect --format "{{ .NetworkSettings.IPAddress }}" '
alias dipl='docker inspect --format "{{ .NetworkSettings.IPAddress }}" $(docker ps -q)'
alias dipl='docker inspect $(docker ps -qq) | grep IPAddress'

# Start/Stop the containers
alias mstar1='docker-machine start $(docker-machine ls | tail -1 | awk "{print $1}")'
Expand Down

0 comments on commit 4204d3a

Please sign in to comment.