"데비안/우분투 도커 컨테이너 쉘 UTF-8 사용"의 두 판 사이의 차이

4번째 줄: 4번째 줄:


<source lang='bash'>
<source lang='bash'>
apt install -y locales
#apt install -y locales
localedef -c -f UTF-8 -i en_US en_US.UTF-8
localedef -c -f UTF-8 -i en_US en_US.UTF-8
</source>
</source>

2019년 6월 22일 (토) 19:36 판

1 개요

데비안/우분투 도커 컨테이너 내부 쉘 UTF-8 사용
#apt install -y locales
localedef -c -f UTF-8 -i en_US en_US.UTF-8

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}