中文乱码docker同步时区’时区同步:机器每次启动时会读取硬件时间到系统时间ntpdate time1.aliyun.com 同步系统时间hwclock -w 将系统时间写入BIOS硬件时间 中文乱码 https://www.ibm.com/docs/en/integration-bus/10.0?topic=locales-changing-your-locale-linux-unix-systems locale -a 查看支持的语言vim ~/.profile export LANG=C.UTF-8export LC_ALL=C.UTF-8 source ~/.profile docker同步时区’ -v /etc/localtime:/etc/localtime