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 |
Tags
- grafana dashboard
- c3 step graph
- InfluxDB
- snmp
- regex_search
- python subprocess
- gcc 업데이트
- c3 second
- influxdb 설치
- 정규식 활용
- centos pyhon 설치
- 백준
- semanage
- gcc regex
- 정규식 컴파일
- CentOS7
- subporcess path
- snmp test
- c3 초
- 정규식 문자열 출력
- c3 축 가리기
- 1697
- c3 축 없애기
- g++ 업데이트
- linux시간으로 변경
- telegraf
- selinux port 등록
- python os
- c++ 정규식
- python popen
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