Front end application for Red Hat Insights
50K+
# do these steps once
$ sudo docker pull iphands/insightsproxy:latest
$ sudo docker pull iphands/insightsfrontend:latest
$ sudo echo -e "\n127.0.0.1 prod.foo.redhat.com" > /etc/hosts
# do these each time you want to start the containers
$ sudo docker run --net="host" -p1337:1337 iphands/insightsproxy
$ sudo docker run -p9000:8080 iphands/insightsfrontend:latest
$ firefox https://prod.foo.redhat.com:1337/insightsbeta/
Content type
Image
Digest
Size
15.2 MB
Last updated
over 8 years ago
docker pull iphands/insightsfrontend