UNPKG

dsexec

Version:

**dsexec** is a cli helper to help you do a **d**ocker **s**ocket exec in a docker service. **dsexec** will lookup running docker swarm service tasks of the requested **service**, configure a DOCKER_HOST (checking known host & co) context to the remote d

42 lines (41 loc) 1.19 kB
{ "name": "dsexec", "version": "2.4.6", "description": "**dsexec** is a cli helper to help you do a **d**ocker **s**ocket exec in a docker service.\r **dsexec** will lookup running docker swarm service tasks of the requested **service**, configure a DOCKER_HOST (checking known host & co) context to the remote docker-socket, and spawn you a docker exec of the requested **shell**.", "main": "index.js", "scripts": { "eslint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "ds": "./bin/ds" }, "author": "131 <131.code@leurent.email>", "license": "ISC", "dependencies": { "@131/docker-sdk": "^1.10.0", "cnyks": "^3.1.0", "nyks": "^6.10.0" }, "devDependencies": { "eslint": "^8.57.0", "eslint-plugin-ivs": "^4.0.0", "expect.js": "^0.3.1", "mocha": "^3.1.2", "nyc": "^15.0.1" }, "repository": { "type": "git", "url": "git@github.com:131/docker-dsexec.git" }, "keywords": [ "docker", "service", "exec", "docker-socket" ], "bugs": { "url": "https://github.com/131/docker-dsexec/issues" }, "homepage": "https://github.com/131/docker-dsexec#readme" }