일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 십새
- 유튜브 성공하는법
- hanspell
- 노베이스 정처기 공부법
- 슬픈 개구리
- 오블완
- 유튜브 기초강의
- 퀴팅의기술
- 인간관계론
- 티스토리챌린지
- DevOps
- 이클립스
- 나스닥 개폭락
- 퀴팅
- 도커
- 주식 콜옵션
- PEPE
- linux
- 고맙다트럼프
- PBR
- docker
- 가장빨리부자되는법
- pepe the frog
- 유튜브
- 정보처리기사
- 노베이스 정처기
- 페페
- 노베이스 정보처리기사 합격법
- 정처기
- PER
- Today
- Total
목록도커 (2)
실패는 성공을 위한 밑거름

part 5. 도커 이미지 세팅 5-1. 온라인 centos 작업 작업할 이미지 먼저 pull docker pull test1/tomcat8 docker pull test1/db_mariadb docker pull test1/multi_thread docker hub의 이미지 pull받고 있는 스크린샷 도커 이미지를 확인했을때 아래와 같이 표시되면됨 docker images 이미지 tar파일 압축 docker save -o tomcat.tar test1/tomcat8 docker save -o db.tar test1/db_mariadb docker save -o rtmp.tar test1/rtmp_streaming docker save -o vod.tar test1/vod_module docker sav..

part 3. 파이선설치(도커 컴포즈 설치에 필요) 3-1. 온라인 centos 작업 python3.6버전 다운로드 ※python 은 3.6.8버전이어야함 wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz 압축파일 풀고 python 폴더안으로 들어감 tar -xzvf Python-3.6.8.tgz && cd Python-3.6.8 python installer로 만들기 ./configure --enable-optimizations && make 파일조회결과 해당 폴더 압축 후 오프라인 centos로 파일전송 3-2. 오프라인 centos 작업 파일 압축해제 tar xvfz python3.6.8 압축 해제된 폴더 안으로 들어가서 python 설치..