mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-08 17:04:31 +01:00
Added Zabbix web service image
This commit is contained in:
parent
e793bcfa2d
commit
8c84de20ea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user