Skip to content

perfwatcher/perfwatcher-docker

Repository files navigation

Simple Perfwatcher in docker

Requirements

Docker

Getting Perfwatcher's Docker files

Building

  • cd perfwatcher-docker
  • docker.io build -t perfwatcher .

Running

  • docker.io run -p 8081:80 -d perfwatcher

Browsing

Connect Perfwatcher container through SSH

  • Get container NAME with docker.io ps
  • Get container IP with `docker.io inspect |grep IPAddress
  • ssh -i id_dsa root@

About

Dockerfile for Perfwatcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published