docker zabbix5.0 installation interface garbled problem solving

zabbix GUI distortion follows:

 

 solve:

docker zabbix-web deployment and installation zabbix-web source as fonts are stored in / usr / share / zabbix / assets / fonts /

1, the windown copy simkai.ttf (italics) to the file zabbix-web inside the docker

1 , the font exists in the Windows path
C:\Windows\Fonts
2 , copied to the server
 3 , fonts copied to the interior of the container docker
Docker CP # /home/hduser/simkai.ttf ZABBIX-Web: / usr / Share / ZABBIX / Assets / Fonts /
 . 4 , into the container
Exec #docker -it zabbix- Web bash
 5 , backup the previous font files
# MVC DejaVuSans.ttf DejaVuSans.ttf_bak
6 , link
Ln # -s simkai.ttf DejaVuSans.ttf

Then refresh interface, you can normally shows.

If use is a mirror  zabbix-web-apache-mysql , the mirror and  zabbix-web-nginx-mysql consistent operation.

 

 Borrowing:

https://www.cnblogs.com/operationhome/p/11016809.html#zabbix-4.0-docker-%E7%89%88%E6%9C%AC-%E5%9B%BE%E8%A1%A8%E4%B9%B1%E7%A0%81%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3

Guess you like

Origin www.cnblogs.com/yjt1993/p/12401384.html
Recommended