docker-host
Version:
Tiny module that converts a host to docker (usually $DOCKER_HOST) to a standard http url
29 lines (28 loc) • 634 B
JSON
{
"name": "docker-host",
"version": "3.1.0",
"description": "Tiny module that converts a host to docker (usually $DOCKER_HOST) to a standard http url",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/docker-host"
},
"keywords": [
"docker",
"host",
"parse",
"DOCKER_HOST"
],
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/docker-host/issues"
},
"homepage": "https://github.com/mafintosh/docker-host",
"devDependencies": {
"tape": "^2.13.2"
}
}