Simple Perfwatcher in docker
Docker
All OS
: https://www.docker.io/gettingstarted/#h_installationFor Debian 7
: http://doduck.com/docker-install-on-debian-7/
From GitHub
: git clone https://github.com/perfwatcher/perfwatcher-docker.git
cd perfwatcher-docker
docker.io build -t perfwatcher .
docker.io run -p 8081:80 -d perfwatcher
- Open your favorite browser http://127.0.0.1:8081/perfwatcher/
- Get container NAME with
docker.io ps
- Get container IP with `docker.io inspect |grep IPAddress
- ssh -i id_dsa root@