@thegecko/docker-run
Version:
Start a docker image and attach to it
39 lines (38 loc) • 821 B
JSON
{
"name": "@thegecko/docker-run",
"version": "3.1.0",
"description": "Start a docker image and attach to it",
"main": "index.js",
"dependencies": {
"debug": "^1.0.2",
"docker-raw-stream": "^1.3.0",
"docker-remote-api": "^4.4.0",
"pump": "^1.0.0",
"through2": "^0.6.2",
"minimist": "^1.1.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^3.0.0"
},
"bin": {
"docker-run": "./bin.js"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thegecko/docker-run"
},
"keywords": [
"docker",
"run"
],
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/thegecko/docker-run/issues"
},
"homepage": "https://github.com/thegecko/docker-run"
}