docker中常常設置不了 環境變量$LC_ALL, 致使報不少奇怪的編碼錯誤:html
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)docker
解決方法: 編碼
sudo localedef -i en_US -f UTF-8 en_US.UTF-8htm
https://www.cnblogs.com/ifantastic/p/4565822.htmlblog