docss() {
docker-machine restart default
docs
}
docs() {
echo "loading docker machine env"
eval $(docker-machine env default)
export DB_PORT_5432_TCP_ADDR=$(docker-machine ip default)
}
Created
January 18, 2016 14:33
-
-
Save seanwash/45c3bcd4a05c9efb93b6 to your computer and use it in GitHub Desktop.
Docker Notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment