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>
.
docker build -t artifactory-pro-proxy .
docker run -p 0.0.0.0:80:80 artifactory-pro-proxy