docker-cli-proxy

0.2.0 • Public • Published

docker-cli-proxy

License NPM Version Dependencies Build Status

A docker client dropin when no local binary is available that can connect to remote docker services

This is currently only a partial implementation for my specific usecase and will be extended as needed.

This version is built against Docker API v1.37

Currently supported commands include:

  • build
  • tag
  • exec (failing)
  • logs (failing)
  • create (partial option support)
  • start
  • stop
  • pull
  • push
  • ps
  • images

Pass through feature

The docker binary allows you to pass commands to a local docker binary if one is available. By default it will ignore any local versions and use the proxy, but in case you want to have a fallback set the following environment variable:

DOCKER_PASSTHROUGH=1

/docker-cli-proxy/

    Package Sidebar

    Install

    npm i docker-cli-proxy

    Weekly Downloads

    1

    Version

    0.2.0

    License

    Apache-2.0

    Unpacked Size

    26 kB

    Total Files

    7

    Last publish

    Collaborators

    • mallocator