Sign inSign up

carverdamien/http-routing

By carverdamien

•Updated almost 11 years ago

Image
0

548

carverdamien/http-routing repository overview

⁠Build

docker build -t http-routing .

⁠Run

# Minimal
docker run -v /var/run/docker.sock:/var/run/docker.sock http-routing

# Fully configured
PROXY_CONF_DIR=/etc/nginx/cond.d
HOSTNAME=$(hostname)

docker run -v $PROXY_CONF_DIR:$PROXY_CONF_DIR -v /var/run/docker.sock:/var/run/docker.sock -e PROXY_CONF_DIR=$PROXY_CONF_DIR -e HOSTNAME=$HOSTNAME http-routing

Tag summary

Content type

Image

Digest

sha256:7ea755032…

Size

287.3 MB

Last updated

almost 11 years ago

docker pull carverdamien/http-routing