@tracker1/docker-cli

1.0.4 • Public • Published

@tracker1/docker-cli

npm version Dependency Status Github Issues MIT License

Quick command interface for running docker commands with parsed results.

import dockerCommand from '@tracker1/docker-cli';

const result = await dockerCommand('ps', options);

dockerCommand

The command dockerCommand(command, options) has to input parameters.

  • command (string) - the command to run
  • options (object, optional) - Additional parameters to run
    • machineName (string) - the docker-machine configuration name to use.
    • cwd (string) - the working path to use
    • echo (bool) - when true, will echo the console output as the command runs

Related Projects

docker-cli-js - Original inspiration, started with some logic from this project. Reduced interface footprint to single method, separated logic out and using camelCase response naming.

License

MIT License

Package Sidebar

Install

npm i @tracker1/docker-cli

Weekly Downloads

19

Version

1.0.4

License

MIT

Unpacked Size

11.6 kB

Total Files

9

Last publish

Collaborators

  • tracker1