본문 바로가기
AI, 논문, 데이터 분석

[Docker][GitHub] 개념 및 실습 [모음/정리]

by doraemin_dev 2025. 1. 19.

https://doraemin.tistory.com/87

 

[Docker] [실습1] 컨테이너 기술과 Docker 개요

[실습] Setup Docker Desktop#1. Enable WSL 2Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart#2. Enable ‘Virtual Machine Platform’ Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform

doraemin.tistory.com

https://doraemin.tistory.com/89

 

[Docker] [실습2] Docker 컨테이너, 네트워크

Docker 컨테이너 다루기Docker 컨테이너 관리 주요 명령docker container run ; Dockerfile 인스트럭션 재정의docker container run --name docker container run ; 포그라운드 실행 (attached mode) 컨테이너 종료 - docker container

doraemin.tistory.com

https://doraemin.tistory.com/90

 

[Docker] [실습3] Docker Compose 개념 및 실습

[실습] Docker compose 실행 및 중지, 삭제도커 컨테이너는 단일 애플리케이션이다. 애플리케이션 배포 전용 컨테이너다.⇒ 해결책 : Docker Compose ; ‘여러 컨테이너’ 실행 관리를 일괄적으로  yml(야

doraemin.tistory.com

https://doraemin.tistory.com/91

 

[Docker] [실습4] Docker Hub

컨테이너 레지스트리컨테이너 이미지 저장을 위한 리포지토리/리포지토리 컬렉션이미지 라이브러리 역할일관된 배포 단위 제공프로덕션 오케스트레이터 배포에 필요컨테이너 레지스트리 유

doraemin.tistory.com

https://doraemin.tistory.com/93

 

[Docker] [실습5] Container Instances

[실습] Container Instances 만들기Docker Hub의 Repositories를 배포하자.이미지 : doraemin/guestbook:latest 배포가 안 된다. 안 해도 된다.이번엔 azure 기반으로, 컨테이너 인스턴스 만들자.이미지: guestbook.IP주소

doraemin.tistory.com


 

https://doraemin.tistory.com/94

 

[GitHub] add, commit, push, pull

DevOps란?원칙① 고객중심으로 활동하기 ② 끝을 염두에 두고 만들기 ③ 처음부터 끝까지 책임지기 ④ 완전히 독립적으로 다수의 역할로 일하는 자율 팀 ⑤ 지속적으로 개선하기 ⑥ 모든 것을 자

doraemin.tistory.com

https://doraemin.tistory.com/96

 

[GitHub] Codespaces, Actions

[실습] GitHub CodespacesOpening in codespace를 클릭하면, 웹 상에서 vscode가 열리면서 코드를 수정할 수 있다.# OS 정보cat /etc/os-release# 환경 정보printenv -0 | sort -z | tr '\0' '\n'# Node 버전 확인 및 변경node --versi

doraemin.tistory.com


https://doraemin.tistory.com/95

 

[SK텔레콤 FLY AI Challenger 6기] 지원 및 교육

SK텔레콤에서 매년 여름과 겨울 방학 동안 진행하는 AI 교육 프로그램인 FLY AI에2025년 겨울, 6기로 참여하게 되었다.10월에 모집하고, 11월에 코딩테스트와 면접이 이루어진다.12월 말부터 ~ 25년 2월

doraemin.tistory.com