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 |
Tags
- C
- 오목게임앱
- mask image training
- ubuntu
- token check
- 한글깨짐해결
- 오목앱 만들기
- iris dataset
- 긍부정문 판별
- drone control
- aws code pipeline
- flower classification
- dji tello
- 360게임 만들기 with c
- Container
- AI
- ceasor
- docker
- docker in ubuntu
- pill ai
- Python
- Java
- ubuntu에서 docker 사용
- yolo mask
- pill classification
- 369게임 만들기
- docker container
- deep learning
- 시저암호 코딩
- 춤 유사도 평가
Archives
- Today
- Total
목록docker in ubuntu (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