You can build your own docker image with a Dockerfile that uses the 
existing node_exporter image as a base, and just add the extra files you 
want.  That sounds like what you want.

You can also build an image from scratch which extracts specific files from 
another docker image (e.g. just the node_exporter binary).  This feature is 
called multi-stage build 
<https://docs.docker.com/develop/develop-images/multistage-build/>.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/392ad007-0580-403b-9813-0a6ca7f9f5a8%40googlegroups.com.

Reply via email to