Added Zabbix web service image

This commit is contained in:
Alexey Pustovalov 2021-04-27 10:30:54 -04:00
parent e793bcfa2d
commit 8c84de20ea

View File

@ -12,11 +12,11 @@ For more information and related downloads for Zabbix components, please visit h
Zabbix web servce for performing various tasks using headless web browser (for example, reporting).
# Zabbix agent images
# Zabbix web service images
These are the only official Zabbix agent Docker images. They are based on Alpine Linux v3.13, Ubuntu 20.04 (focal) and CentOS 8 images. The available versions of Zabbix web service are:
These are the only official Zabbix web service Docker images. They are based on Alpine Linux v3.13, Ubuntu 20.04 (focal) and CentOS 8 images. The available versions of Zabbix web service are:
Zabbix agent 5.4 (tags: alpine-trunk, ubuntu-trunk, centos-trunk)
Zabbix web service 5.4 (tags: alpine-trunk, ubuntu-trunk, centos-trunk)
Images are updated when new releases are published. The image with ``latest`` tag is based on Alpine Linux.
@ -24,7 +24,7 @@ Images are updated when new releases are published. The image with ``latest`` ta
## Start `zabbix-web-service`
Start a Zabbix agent container as follows:
Start a Zabbix web service container as follows:
docker run --name some-zabbix-web-service -e ZBX_ALLOWEDIP="some-zabbix-server" --cap-add=SYS_ADMIN -d zabbix/zabbix-web-service:tag