Docker容器支援中文設定

2021-10-09 07:09:45 字數 1103 閱讀 1144

輸入locae,發現編碼是posix,而posix是不支援中文的,所以要改下字元編碼,修改為

[root@69f67e4e450f elasticsearch]

# locale

lang=

lc_ctype="posix"

lc_numeric="posix"

lc_time="posix"

lc_collate="posix"

lc_monetary="posix"

lc_messages="posix"

lc_*****="posix"

lc_name="posix"

lc_address="posix"

lc_telephone="posix"

lc_measurement="posix"

lc_identification="posix"

lc_all=

退出容器,然後用:

docker exec -it 容器id env lang=en_us.utf8 /bin/bash
[root@69f67e4e450f elasticsearch]

# locale

lang=en_us.utf8

lc_ctype="en_us.utf8"

lc_numeric="en_us.utf8"

lc_time="en_us.utf8"

lc_collate="en_us.utf8"

lc_monetary="en_us.utf8"

lc_messages="en_us.utf8"

lc_*****="en_us.utf8"

lc_name="en_us.utf8"

lc_address="en_us.utf8"

lc_telephone="en_us.utf8"

lc_measurement="en_us.utf8"

lc_identification="en_us.utf8"

lc_all=

發現編碼改了,這樣中文就能正常顯示了,不過 這只是臨時修改的,永久修改暫時還不知道怎麼改…

docker設定centos容器支援

1.啟動docker service docker start 2.拉取centos映象 docker pull centos 3.啟動centos映象 docker run itd bin bash 4.進入容器 docker attach 5.安裝ifconfig yum search ifco...

wine中文支援設定

把下面的 儲存為zh.reg,然後終端執行 regedit zh.reg 從windows目錄下的fonts裡的simsun.ttc複製到 home user wine drive c windows fonts裡面。regedit4 hkey local machine software micr...

設定linux工具支援中文

設定linux工具支援中文 一 設定 etc sysconfig i18n檔案 一 lang en us.utf 8 supported zh cn.gb18030 zh cn zh en us.utf 8 en us en sysfont latarcyrheb sun16 二 lang zh c...