mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 17:23:48 +01:00
Fix typo in docker container name for appliance
This commit is contained in:
parent
9ca103de4d
commit
bbca35fc57
@ -36,7 +36,7 @@ Start a Zabbix server container as follows:
|
||||
|
||||
docker run --name some-zabbix-appliance -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance:tag
|
||||
|
||||
Where `some-zabbix-server-mysql` is the name you want to assign to your container. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-appliance/tags/).
|
||||
Where `some-zabbix-appliance` is the name you want to assign to your container. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-appliance/tags/).
|
||||
|
||||
## Container shell access and viewing Zabbix appliance logs
|
||||
|
||||
|
@ -36,7 +36,7 @@ Start a Zabbix server container as follows:
|
||||
|
||||
docker run --name some-zabbix-appliance -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance:tag
|
||||
|
||||
Where `some-zabbix-server-mysql` is the name you want to assign to your container. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-appliance/tags/).
|
||||
Where `some-zabbix-appliance` is the name you want to assign to your container. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-appliance/tags/).
|
||||
|
||||
## Container shell access and viewing Zabbix appliance logs
|
||||
|
||||
|
@ -36,7 +36,7 @@ Start a Zabbix server container as follows:
|
||||
|
||||
docker run --name some-zabbix-appliance -p 80:80 -p 10051:10051 -d zabbix/zabbix-appliance:tag
|
||||
|
||||
Where `some-zabbix-server-mysql` is the name you want to assign to your container. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-appliance/tags/).
|
||||
Where `some-zabbix-appliance` is the name you want to assign to your container. See the list above for relevant tags, or look at the [full list of tags](https://hub.docker.com/r/zabbix/zabbix-appliance/tags/).
|
||||
|
||||
## Container shell access and viewing Zabbix appliance logs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user