Containerfiles, add rclone, rsync to toolboxes
This commit is contained in:
parent
a551468585
commit
bb1468170d
9 changed files with 4 additions and 2 deletions
9
zabbix-agent/Containerfile
Normal file
9
zabbix-agent/Containerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM docker.io/alpine:edge
|
||||
|
||||
RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo && \
|
||||
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
|
||||
|
||||
# USER zabbix
|
||||
USER root
|
||||
|
||||
ENTRYPOINT [ "/usr/sbin/zabbix_agent2", "-f" ]
|
Loading…
Add table
Add a link
Reference in a new issue