New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docker-cli-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-cli-proxy

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

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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

Keywords

docker

FAQs

Package last updated on 21 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts