Skip to content

sovrin/docker-api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

safely proxy http requests to docker fd socket via nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published