2019年3月15日 | Leave a comment 问题: docker run tomcat 是英文的 解决: -e JAVA_OPTS=”-Duser.region=CN -Duser.language=zh -Duser.timezone=GMT+8″ 一种方式是 build 个新的 image 用 docker run -e LC_ALL=zh_CN.UTF-8 不行 参考: