sequenceiq/cb-gateway-nginx
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 run --name gateway-proxy -d --net=host -p 80:80 sequenceiq/nginx-cb-gateway
docker pull sequenceiq/cb-gateway-nginx