1.1.0 • Published 5 years ago

@sovrin/docker-api-proxy v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

docker-api-proxy

safely proxy http requests to docker fd socket via nodejs

Installation

npm i sovrin@docker-api-proxy -g

About

docker-api-proxy forwards all http requests by a single randomly generated endpoint to the docker daemon. This allows communication with the outside world (e.g. for Portainer) provided the client knows the complete url.

Usage

$ dap -h

Options

  • -i: whitelist ips (delimited by ;)
  • -e: set custom endpoint
  • -s: set custom socket path (default: on windows: //./pipe/docker_engine | on unix: /var/run/docker.sock)
  • -p: set port (default: 3000)
  • -g: generate new endpoint
  • -h: print out cli options

Note: If using a custom endpoint, its highly recommended to use a long and not so easy to guess endpoint. Obviously only URL safe characters are allowed.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT