반응형
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
- 자료구조공부
- JPA
- 자바공부
- DDD
- nestjs스터디
- JPA 공부
- nestjs공부
- Kafka
- 카프카
- K8S
- 프로그래머스
- 플러터 개발
- JPA스터디
- 스프링부트공부
- Flutter
- 스프링부트
- 플러터 공부
- 기술공부
- JPA예제
- 스프링공부
- JPA공부
- 코테공부
- 코테준비
- 스프링
- querydsl
- 알고리즘공부
- Axon framework
- nestjs
- 기술면접공부
- 스프링 공부
Archives
- Today
- Total
목록docker compose 설치 (1)
DevBoi
[Docker] Ubuntu에 Docker, Docker-compose 세팅
Docker 설치sudo apt update -ysudo apt-get install ca-certificates curl gnupg lsb-releasecurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"apt-get updatesudo apt-get updatesudo apt-get install docker-ce docker-ce-cli containerd.iodocker -vsudo service do..
Infra/[K8S & Docker]
2024. 5. 6. 17:53