Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 877 Bytes

README.md

File metadata and controls

44 lines (25 loc) · 877 Bytes

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@