Sign inSign up

sequenceiq/cb-gateway-nginx

By sequenceiq

Updated over 10 years ago

Image
1

2.5K

sequenceiq/cb-gateway-nginx repository overview

nginx-cb-gateway

This is a docker image for an nginx server that's used by Cloudbreak to reverse proxy requests made from the Cloudbreak deployment to the clusters in the cloud. It contains a hardcoded configuration with the following endpoints:

  • /docker - proxied to the docker daemon
  • /swarm - proxied to the swarm manager
  • /v1 - proxied to the local consul server
  • / - proxied to Ambari server
To start it on the gateway node:
docker run --name gateway-proxy -d --net=host -p 80:80 sequenceiq/nginx-cb-gateway

Tag summary

Content type

Image

Digest

sha256:6bb07f3db

Size

67.9 MB

Last updated

over 10 years ago

docker pull sequenceiq/cb-gateway-nginx