0.2.0 • Published 6 years ago
docker-cli-proxy v0.2.0
docker-cli-proxy
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