# fast-docker-machine-env

> Simple 'docker-machine env dev' wrapper

Latest version **0.2.0** (published 2016-01-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install fast-docker-machine-env
pnpm add fast-docker-machine-env
yarn add fast-docker-machine-env
bun add fast-docker-machine-env
```

Provides the command `fast-docker-machine-env`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2016-01-08 |
| First published | 2015-09-21 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.1.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Morten Andersen |
| Maintainers | moander |
| Keywords | docker |

## Links

- npm: https://www.npmjs.com/package/fast-docker-machine-env
- Repository: https://github.com/moander/node-fast-docker-machine-env
- Homepage: https://github.com/moander/node-fast-docker-machine-env#readme
- Issues: https://github.com/moander/node-fast-docker-machine-env/issues
- npm.io page: https://npm.io/package/fast-docker-machine-env

## Recent versions

- 0.2.0 (latest) — 2016-01-08
- 0.1.0 — 2015-09-21

## README

## DEPRECATED

Use docker-machine inspect --format instead:

    eval $(docker-machine inspect dev -f "export DOCKER_HOST='tcp://{{.Driver.IPAddress}}:2376' DOCKER_CERT_PATH='{{.Driver.StorePath}}/machines/{{.Driver.MachineName}}' DOCKER_MACHINE_NAME='{{.Driver.MachineName}}' DOCKER_TLS_VERIFY=1")

or

    wget http://tinyurl.com/fast-docker-machine-env
    chmod a+x fast-docker-machine-env
    mv fast-docker-machine-env /usr/local/bin


## Usage

Place this in your .bash_profile:

    eval $(fast-docker-machine-env)

---
_Source: https://npm.io/package/fast-docker-machine-env · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
