Docker Hub
https://registry.hub.docker.com/r/zabbix/zabbix-server-pgsql#!The docker exec command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your zabbix-server-pgsql container: $ docker exec -ti some-zabbix-server-pgsql /bin/bash. The Zabbix server log is available through Docker's container log: $ docker logs some-zabbix-server-pgsql.
Docker Hub
https://hub.docker.com/r/zabbix/zabbix-proxy-sqlite3The docker exec command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your zabbix-proxy-sqlite3 container: $ docker exec -ti some-zabbix-proxy-sqlite3 /bin/bash. The Zabbix proxy log is available through Docker's container log: $ docker logs some-zabbix-proxy-sqlite3.
Docker Hub
https://registry.hub.docker.com/u/zabbix/#!25.05.2015 · Zabbix web servce for performing various tasks using headless web browser (for example, reporting). Container. 10M+ Downloads. 102 Stars. zabbix/zabbix-server-pgsql. By zabbix • Updated 8 hours ago. Zabbix server with PostgreSQL database support. …
Docker Hub
https://registry.hub.docker.com/r/zabbix/zabbix-appliance#!The docker exec command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your zabbix-appliance container: $ docker exec -ti some-zabbix-appliance /bin/bash. The Zabbix appliance logs is available through Docker's container log: $ docker logs some-zabbix-appliance.
Docker Hub
https://hub.docker.com/r/zabbix/zabbix-server-mysql/#!The docker exec command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your zabbix-server-mysql container: $ docker exec -ti some-zabbix-server-mysql /bin/bash. The Zabbix server log is available through Docker's container log: $ docker logs some-zabbix-server-mysql.