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
- 2024년
- 이력서페이지
- openjdk-8-jdk
- root password
- 만들면서배우는클린아키텍처
- ubuntu docker
- ubuntu20.04LTS
- Fluentd Aggregator
- aws sns
- FluentdTail
- 로깅시스템
- 클린아키텍처
- 헥사고날아키텍처
- aws sqs
- 회고록
- 포트앤어댑터아키텍처
- ubuntu
- FluentdElasticsearch
- efk
- docker
- cv
- 로그관제시스템
- interface default
- 이력서
- Spring
- spring_cv
- spring sleuth
- mac docker
- Spring boot
- docker설치
Archives
- Today
- Total
목록가상화 (1)
ToasT1ng 기술 블로그

Docker 설치 ~$ curl -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 bionic stable" ~$ apt-cache policy docker-ce ~$ yes | sudo apt install docker-ce 제대로 설치 됐는지 확인 ~$ sudo docker --version 제대로 돌아가는지 확인 ~$ sudo systemctl status docker (q 누르면 나가짐) Docker-Compose 설치 설치 버전 : 1.25.0-rc2 ~$ sudo ..
가상화
2021. 9. 3. 23:52