This commit is contained in:
parent
40015bf6c0
commit
2777f0b92e
|
@ -7,7 +7,9 @@ LABEL org.opencontainers.image.description="Munin image with Docker binaries"
|
|||
RUN apt-get update -qq && RUNLEVEL=1 DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y -qq cron munin wget curl nginx libcgi-fast-perl && \
|
||||
mkdir -p /var/run/munin && chown -R munin:munin /var/run/munin && \
|
||||
echo "includedir /etc/munin/munin-conf.d" > /etc/munin/munin.conf
|
||||
echo "includedir /etc/munin/munin-conf.d" > /etc/munin/munin.conf && \
|
||||
ln -sf /dev/stdout /var/log/nginx/access.log && \
|
||||
ln -sf /dev/stderr /var/log/nginx/error.log
|
||||
|
||||
VOLUME /var/lib/munin
|
||||
VOLUME /var/log/munin
|
||||
|
|
Reference in a new issue