Notice
Recent Posts
Link
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 오목앱 만들기
- 시저암호 코딩
- 360게임 만들기 with c
- 한글깨짐해결
- 오목게임앱
- pill ai
- ubuntu
- C
- 369게임 만들기
- docker container
- pill classification
- iris dataset
- deep learning
- flower classification
- 긍부정문 판별
- ubuntu에서 docker 사용
- dji tello
- 춤 유사도 평가
- Python
- mask image training
- AI
- docker in ubuntu
- Java
- aws code pipeline
- docker
- drone control
- yolo mask
- Container
- token check
- ceasor
Archives
- Today
- Total
목록2025/03/04 (1)
월레스와 그로밋: 코딩의 날
[Ubuntu] Docker 설치
Docker 설치 관리자 권한 시작sudo su1. 패키지 업데이트 및 설치sudo apt-get updatesudo apt-get install ca-certificates curl gnupg apt-transport-https software-properties-common패키지역할ca-certificates보안 인증서 관리 (HTTPS 연결 보장)curlURL에서 데이터를 다운로드 (GPG 키 추가 및 패키지 다운로드)gnupgGPG 키 관리 (패키지 서명 검증)apt-transport-httpsHTTPS를 통한 패키지 다운로드 (Docker 패키지 설치 지원)software-properties-common추가 저장소(PPA) 관리 (Docker 저장소 추가)2. 도커 공식 gpg 키 추가curl ..
Ubuntu/Dev Environment Tools
2025. 3. 4. 16:48