I hereby claim:
- I am diegovillacis10 on github.
- I am diegovillacis10 (https://keybase.io/diegovillacis10) on keybase.
- I have a public key ASAn-KGafw7jkudy6OUEZmxDEZ-ldqneBm8Yy9COn3zPwQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # check if `docker-machine` command exists | |
| if command -v docker-machine > /dev/null; then | |
| local machine_name=default | |
| local machine_status=$(docker-machine status $machine_name) | |
| if [ "$machine_status" = "Running" ]; then | |
| eval "$(docker-machine env $machine_name)" | |
| fi | |
| fi |