# Docker μ„€μΉ˜

# (1) Windows Docker μ„€μΉ˜

1. cmd > taskmgr > μ„±λŠ₯νƒ­ >가상화 μ‚¬μš©ν•¨μΈμ§€ 확인( μ•ˆλ˜μ–΄ μžˆμ„ 경우 BIOSμ—μ„œ μ‚¬μš©μœΌλ‘œ μ„€μ • λ³€κ²½)

2. cmd > appwiz.cpl > Windomws κΈ°λŠ₯ 켜기/끄기 > Hyper-V 체크 > Windows μž¬λΆ€νŒ…

3. [Dockerμ‚¬μ΄νŠΈ](https://hub.docker.com/editions/community/docker-ce-desktop-windows/) > μ„€μΉ˜νŒŒμΌ λ‹€μš΄λ‘œλ“œ(Get Docker 클릭)

4. μ„€μΉ˜νŒŒμΌ > Configuration OK 클릭 > μ„€μΉ˜ μ™„λ£Œ ν›„ Close and Restart > Windows μž¬λΆ€νŒ…

5. [μ»€λ„μ—…λ°μ΄νŠΈ νŒ¨ν‚€μ§€ μ‚¬μ΄νŠΈ](https://aka.ms/wsl2kernel) > x64 λ¨Έμ‹ μš© μ΅œμ‹  WSL2 Linux 컀널 μ—…λ°μ΄νŠΈ νŒ¨ν‚€μ§€ 클릭 > μ„€μΉ˜νŒŒμΌ μ„€μΉ˜

6. trayIcon > Docker 였λ₯Έμͺ½ 마우슀 클릭 > Restart Docker 클릭

7. cmd > docker -v둜 μ„€μ • 확인

# (2) Docker νšŒμ›κ°€μž…

1. [Docker μ‚¬μ΄νŠΈ](https://hub.docker.com/) > Sign Up > κ°€μž…μ™„λ£Œ

2. Choose a Plan μ—μ„œ Continue with/Free > 이메일인증 μ™„λ£Œ

# (3) Docker Tutorial

1. Downloads

2. Clone
    git clone https://github.com/docker/doodle.git

3. Build
    cd doodle\cheers2019 ; docker build -t f5074/cheers2019 .

4. Run
    docker run -it --rm f5074/cheers2019
5. Ship
    docker login ; docker push f5074/cheers2019

# (4) My Repositories

https://hub.docker.com/repositories

# (5) GUI용 Docker (Kitematic)

www.github.com/docker/kitematic/releases

# Reference

[κ°“λŒ€ν¬μ˜ μž‘μ€κ³΅κ°„](https://goddaehee.tistory.com/251)
Last Updated: 4/13/2025, 11:14:44 PM