You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN mkdir -p /var/log/munin && chown -R munin /var/log/munin
USER munin
WORKDIR /munin
RUN eatmydata dev_scripts/install node
RUN rm sandbox/etc/munin-conf.d/node.ipv6.sandbox.local.conf
RUN for i in $(seq 1 10); do printf "[ipv4-$i.sandbox.local]\naddress localhost\nport 4947\n" > sandbox/etc/munin-conf.d/node.ipv4_$i.sandbox.local.conf; done