Sign inSign up

jessefugitt/vector

By jessefugitt

Updated over 10 years ago

Run Netflix Vector using nginx for web-based monitoring.

Image
0

530

jessefugitt/vector repository overview

docker-vector

###Background See http://techblog.netflix.com/2015/04/introducing-vector-netflixs-on-host.html for more information about Vector. This docker image allows you to run the Netflix Vector web-based monitoring GUI inside docker using nginx.

###To run

docker run -d -p 8080:80 --name vector jessefugitt/vector

###To access the web-based monitoring GUI

http://docker-host-ip:8080

###To modify vector

git clone https://github.com/jessefugitt/docker-vector.git
edit Dockerfile
docker build -t jessefugitt/vector .

Tag summary

Content type

Image

Digest

Size

73.1 MB

Last updated

over 10 years ago

docker pull jessefugitt/vector