Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 1697
- g++ 업데이트
- InfluxDB
- grafana dashboard
- c3 step graph
- python subprocess
- snmp test
- c3 초
- gcc 업데이트
- python popen
- c++ 정규식
- 백준
- regex_search
- c3 second
- centos pyhon 설치
- telegraf
- 정규식 활용
- subporcess path
- linux시간으로 변경
- CentOS7
- semanage
- c3 축 없애기
- selinux port 등록
- gcc regex
- snmp
- python os
- 정규식 문자열 출력
- 정규식 컴파일
- c3 축 가리기
- influxdb 설치
Archives
- Today
- Total
리셋 되지 말자
[docker] DEBIAN_FRONTEND=noninteractive 본문
DEBIAN_FRONTEND
우분투 이미지를 사용하는 Dockerfile이나 여러 코드들을 떠돌면서 접하다면 보면 DEBIAN_FRONTEND 환경 변수를 noninteractive 로 설정하는 사례가 좀 있다.
apt install 시에, 발생할 수 있는 예를들어 '패키시 설치 정말 하겠습니까?', '비밀번호 입력햇주세요'같은거를 무시하고 진행할 수 있다고 한다.
그런데 Dockerfile에서는 권장되지 않는다고 한다. 진짜인지는 모른다.
비추천 : https://bobcares.com/blog/debian_frontendnoninteractive-docker/
참고 : https://www.debian.org/releases/sarge/s390/ch05s02.html.ko
Dockerfile 에 MySQL 설치 시, 비밀번호 없이 넘어가는 예제 참고 : http://pyrasis.com/book/DockerForTheReallyImpatient/Chapter16/02
'Docker' 카테고리의 다른 글
[docker] docker logs -f <컨테이너명> (0) | 2021.07.14 |
---|---|
[docker] 컨테이너 실행 시 timezone 변경 (0) | 2021.06.18 |
[docker compose] docker compose version3 cpu limit, memory limit (0) | 2021.06.07 |
DinD vs DooD (0) | 2021.05.08 |
[buildkit] cache 기록 (0) | 2021.04.14 |
Comments