In this project we build and run zabbix-proxy container, which monitors the ssl certificate on the chosen web.
docker build -t zabbix-proxy .
docker run --env ZBX_HOSTNAME={hostname of your proxy} --env ZBX_SERVER_HOST={domain-name/ip-address of your zabbix-server} zabbix-proxy