일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- docker airflow
- Binary_gap
- Glue의 두 가지 핵심 기능
- 공백null치환
- 답안지표기잘못한느낌...
- docker
- Codility
- AWS
- 차이
- 프로그래머스
- 1000개 이상
- 파이써닉
- cyclerotation
- 공백Trim
- 도커 에어플로
- 공백트림
- 데이터카탈로그
- Glue
- 맞출수있었는데...
- import from 차이점
- 디비설치
- s3목록
- airflow설치
- python
- docker-compose
- 코딩테스트
- 파이서닉
- 이직 3개월차
- 코테
- GCP mysql
- Today
- Total
목록docker-compose (2)
작은하마

CentOS가 대부분의 클라우드에서 사용하는 OS라 CentOS도 공부할겸 겸사겸사 Kafka도 설치해보고 하려한다. 먼저 Docker-compose를 설치하기전에 Docker의 설치가 선행되어야 한다. 출처 - https://jsonobject.tistory.com/532 CentOS 7, Docker 및 Docker Compose 설치하기 개요 이번 글에서는 CentOS 7에서 docker , docker-compose 를 설치하는 방법을 소개하고자 한다. Docker 설치 docker를 사용하면 운영체제와 독립적인 이미지를 인스턴스로 올려 컨테이너로 작동시킬 수 있 jsonobject.tistory.com # Docker 저장소 설치 $ curl -fsSL https://get.docker.com/..
sudo su apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - apt-key fingerprint 0EBFCD88 add-apt-repository "deb [arch=arm64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" apt-get update apt-get install docker-ce docker-ce-cli containerd.io #여기까지는 Docker설..