Docker Hub
https://hub.docker.com/r/zabbix/zabbix-proxy-sqlite3/#!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-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://hub.docker.com/r/zabbix/zabbix-web-apache-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-web-apache-pgsql container: $ docker exec -ti some-zabbix-web-apache-pgsql /bin/bash. The Zabbix web interface log is available through Docker's container log: