/docker-artifactory-proxy

Configures HTTP proxying and application URL rewriting for Artifactory

Primary LanguageApacheConfMIT LicenseMIT

docker-artifactory-proxy

Layers an HTTP proxy (TCP port 80) onto JFrog's Artifactory Docker container. Also rewrites the URL so you don't have to go to http://<hostname>/artifactory; instead you can just go to http://<hostname>.

Usage

docker build -t artifactory-pro-proxy .
docker run -p 0.0.0.0:80:80 artifactory-pro-proxy

License

MIT