From bd05205fb556e47663c66790feb903d021cdbcc7 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 13 Sep 2023 01:37:06 +0900 Subject: [PATCH] Removed tiny. Use docker --init instead --- Dockerfiles/agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/agent/README.md b/Dockerfiles/agent/README.md index b4c810e5d..fb17095bb 100644 --- a/Dockerfiles/agent/README.md +++ b/Dockerfiles/agent/README.md @@ -36,7 +36,7 @@ Images are updated when new releases are published. The image with ``latest`` ta Start a Zabbix agent container as follows: - docker run --name some-zabbix-agent -e ZBX_HOSTNAME="some-hostname" -e ZBX_SERVER_HOST="some-zabbix-server" -d zabbix/zabbix-agent:tag + docker run --name some-zabbix-agent -e ZBX_HOSTNAME="some-hostname" -e ZBX_SERVER_HOST="some-zabbix-server" --init -d zabbix/zabbix-agent:tag Where `some-zabbix-agent` is the name you want to assign to your container, `some-hostname` is the hostname, it is Hostname parameter in Zabbix agent configuration file, `some-zabbix-server` is IP or DNS name of Zabbix server or proxy and `tag` is the tag specifying the version you want. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-agent/tags/).