Use the for loop to import the zabbix image into the container for n in `ls *.tar.gz`;do docker load -i $n ;done Run zabbix-server using docker docker run --name mysql-server -t \ -e MYSQL_DATABASE="zabbix" \ -e MYSQL_USER="zabbix" \ -e MYSQL_PASSWORD="zabbix_pwd" \ -e MYSQL_ROOT_PASSWORD="root_pwd" \ -d mysql:5.7 \ --character-set-server=utf8 --collation-server=utf8_bin docker run --name zabbix-java-gateway -t \ -d zabbix/zabbix-java-gateway:latest docker run --name zabbix-server-mysql -t \ -e DB_SERVER_HOST="mysql-server" \ -e MYSQL_DATABASE="zabbix" \ -e MYSQL_USER="zabbix" \ -e MYSQL_PASSWORD="zabbix_pwd" \ -e MYSQL_ROOT_PASSWORD="root_pwd" \ -e ZBX_JAVAGATEWAY="zabbix-java-gateway" \ --link mysql-server:mysql \ --link zabbix-java-gateway:zabbix-java-gateway \ -p 10051:10051 \ -d zabbix/zabbix-server-mysql:latest docker run --name zabbix-web-nginx-mysql -t \ -e DB_SERVER_HOST="mysql-server" \ -e MYSQL_DATABASE="zabbix" \ -e MYSQL_USER="zabbix" \ -e MYSQL_PASSWORD="zabbix_pwd" \ -e MYSQL_ROOT_PASSWORD="root_pwd" \ --link mysql-server:mysql \ --link zabbix-server-mysql:zabbix-server \ -p 80:80 \ -d zabbix/zabbix-web-nginx-mysql:latest Page visits: The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: An article teaches you how to use js to achieve the barrage effect
>>: CentOS7.5 installation of MySQL8.0.19 tutorial detailed instructions
MySQL trigger syntax details: A trigger is a spec...
Previously, we knew several attributes of backgro...
Component Basics 1 Component Reuse Components are...
1. Event bubbling : In the process of JavaScript ...
<br />When you click the link, the web page ...
When using MySQL 5.7, you will find that garbled ...
Achieve results Implementation Code html <div ...
Add secure_file_priv = ' '; then run cmd ...
Dynamically implement a simple secondary menu Whe...
All-round system monitoring tool dstat dstat is a...
MySQL batch insert problem When developing a proj...
I use the simultaneous interpretation voice recog...
The solution to the background tiling or border br...
Table of contents Requirements: Implementation st...
Application Scenario Taking the background manage...