Zabbix Docker

From UVOO Tech Wiki
Revision as of 22:50, 17 July 2021 by Busk (talk | contribs) (Created page with "- https://github.com/zabbix/zabbix-docker/tree/5.4/server-pgsql/ubuntu - vim Dockerfile and add apt-get install curl and netcat-openbsd under DEBIAN_FRONTEND=noninteractive a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
sudo docker build --tag localhost:32000/my/zabbix-server-pgsql:ubuntu-latest .
sudo docker push localhost:32000/my/zabbix-server-pgsql:ubuntu-latest

reference image in yaml

image: localhost:32000/my/zabbix-server-pgsql:ubuntu-latest