pcp updates: containers
"Nathan Scott" <[email protected]> Fri, 10 Feb 2017 01:22:08 -0500 (EST)
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (1):
containers: an instrumented Java application standalone container
build/containers/GNUmakefile | 1
build/containers/pcp-apache/Dockerfile | 33 +++------
build/containers/pcp-apache/status.conf | 5 +
build/containers/pcp-base/Dockerfile | 98 +++++++++++++----------------
build/containers/pcp-base/GNUmakefile | 12 +--
build/containers/pcp-base/bash_profile | 2
build/containers/pcp-base/pcp.repo | 39 +++++++++++
build/containers/pcp-java-app/Dockerfile | 26 +++++++
build/containers/pcp-java-app/GNUmakefile | 29 ++++++++
build/containers/pcp-java-app/acme.service | 12 +++
build/containers/pcp-nginx/Dockerfile | 35 +++-------
build/containers/pcp-nginx/status.conf | 7 ++
12 files changed, 195 insertions(+), 104 deletions(-)
commit 6c35536c77e1a9a9cfb69154c5d97618d0e6ff8d
Author: Nathan Scott <[email protected]>
Date: Fri Feb 10 17:15:13 2017 +1100
containers: an instrumented Java application standalone container
Adds the sample pcp-java-app container to the build, which shows
how to run a Java service in a container with pmcd, pmdammv, and
Parfait instrumentation all in place alongside it.
Several other aspects of pcp-base and other standalone containers
are tidied up here. Using the Dockerfile COPY directive seems to
result in much simpler, clearer Dockerfiles - so more use is made
of it now.
Improved notes on using docker inspect to extract the docker run
command (see comments at head of each Dockerfile) avoiding having
to specify it in multiple places. Switched to using ENV to avoid
any direct editing of installed configuration files, for PCP_USER
and PCP_GROUP.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links:
You receive all messages sent to this group.
View/Reply Online (#15110): https://groups.io/g/pcp/message/15110
View All Messages In Topic (1): https://groups.io/g/pcp/topic/4353043
Mute This Topic: https://groups.io/mt/4353043?uid=174580
New Topic: https://groups.io/g/pcp/post
-=-=-
pcp mailing list
[email protected]
https://groups.io/g/pcp/messages
-=-=-
Change Your Subscription: https://groups.io/g/pcp/editsub?uid=174580
Group Home: https://groups.io/g/pcp
Contact Group Owner: [email protected]
Terms of Service: https://groups.io/static/tos
Unsubscribe: https://groups.io/g/pcp/leave/354243/563757577/xyzzy
-=-=-=-=-=-=-=-=-=-=-=-