Skip to content

Instantly share code, notes, and snippets.

@liux-pro
Last active December 15, 2020 16:31
Show Gist options
  • Save liux-pro/5d6f2647053380dfe6d91c21b8189ff3 to your computer and use it in GitHub Desktop.
Save liux-pro/5d6f2647053380dfe6d91c21b8189ff3 to your computer and use it in GitHub Desktop.
docker ubuntu 设置中文utf-8
apt-get install -y language-pack-zh-hans
locale-gen zh_CN.UTF-8
export LC_ALL=zh_CN.UTF-8
# echo "export LC_ALL=zh_CN.UTF-8" >> /etc/profile
# source /etc/profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment