Dockerfile to build a pcp-pmcd container image. See comments in the
dockerfile itself for build and run instructions. The resulting
pcp-pmcd image is based on Fedora but can be deployed on any docker
server (running Linux with same arch), e.g. RHEL Atomic Host.
Similar Dockerfiles (e.g. for pcp-pmlogger, etc.) should reside in
a separate directory, see docker-build(1) for details.
Changes committed to git://git.performancecopilot.org/markgw/pcp/pcp.git dev
commit 124811abf497c232a6c4a20175810addac7c2767
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Thu Mar 12 17:55:21 2015 +1100
Dockerfile to build a pcp-pmcd container image based on Fedora.
The pcp-pmcd container needs to be run as a privileged container
with --net=host and assorted bind mounts so it can bind to pmcd
standard ports on the host interfaces. Remote client tools can thus
monitor the host server and all of it's running containers.
|