Pull the latest code from zabbix git repo
  
  
    git pull https://github.com/zabbix/zabbix-docker.git
  
then go to that directory
  
    cd zabbix-docker/
  
git checkout to 5.0 , you can checkout which version you want
  
    git checkout 5.0
  
Using docker compose just up the container
  
    docker-compose -f docker-compose_v3_centos_mysql_latest.yaml up -d
  
check all container up and running
  
    docker ps 
  
Check the browser by calling localhost(private ip) or the public ip address(if it is a remote server)

0 Comments