Docker에서 Ubuntu 사용 시 apt install에 bash-completion이 작동하지 않는 문제 해결

페이지 정보

작성자 조효재 댓글 0건 조회 6,833회 작성일 18-07-16 18:07

본문

1. bash-completion 설치
# apt install bash-completion

2. /etc/bash.bashrc 파일에서 indent 해제
(Ubuntu 18.04 공식 이미지 기준 35-41번째 라인)

3. bash.bashrc 적용
$ source /etc/bash.bashrc

4. Docker apt 설정 파일 제거
# rm /etc/apt/apt.conf.d/docker-clean

5. apt update 실행
# apt update -y

참고: https://github.com/tianon/docker-brew-ubuntu-core/issues/75

댓글목록

등록된 댓글이 없습니다.