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
- syslog
- K8S
- bash
- CentOS
- JSON
- Elasticsearch
- 서울시민카드
- Audit Log
- log
- Kubernetes
- PostgreSQL
- 빅데이터
- yum
- RHEL
- Elk
- 파이썬
- Linux
- GNOME
- 디렉토리
- audit
- centos 7.5
- C
- 크롬
- Shell
- zabbix
- docker
- Python
- rsyslog
- Chrome
- GPU
Archives
- Today
- Total
Sysops Notepad
Docker proxy 설정 방법 본문
728x90
linux(Centos 7) 기준 docker proxy 설정하기
1. vi /etc/sysconfig/docker
http_proxy=http://yourproxy.com
https_proxy=http://yourproxy.com
HTTP_PROXY=http://yourproxy.com
HTTPS_PROXY=http://yourproxy.com
2. systemctl daemon-reload
3. systemctl restart docker
728x90
'업무 > sys' 카테고리의 다른 글
Centos 7 postgresql 접속 오류시 조치 방법 (0) | 2018.07.08 |
---|---|
Centos 7 Postgresql 10 설치 및 DB 생성 (0) | 2018.07.08 |
Centos 7 Audit Log 확인하기 (0) | 2018.06.13 |
Centos 7 logrotate를 사용한 로그 관리 하기 (0) | 2018.06.06 |
Centos 7 원격 로그 서버 구축 (Remote log server) (2) | 2018.06.06 |
Comments