Sign inSign up

iphands/insightsfrontend

By iphands

•Updated over 8 years ago

Front end application for Red Hat Insights

Image
1

50K+

iphands/insightsfrontend repository overview

⁠Demo/dev usage

# 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/

Tag summary

Content type

Image

Digest

Size

15.2 MB

Last updated

over 8 years ago

docker pull iphands/insightsfrontend