Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Latest commit

 

History

History
44 lines (25 loc) · 877 Bytes

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@