Super Kawaii Cute Cat Kaoani
๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ

Linux/Docker

[Docker] ๋„์ปค ํ—ˆ๋ธŒ์— ์ด๋ฏธ์ง€ ์—…๋กœ๋“œํ•˜๊ธฐ

728x90

๋„์ปค ํ—ˆ๋ธŒ์— ์ด๋ฏธ์ง€ ์—…๋กœ๋“œํ•˜๊ธฐ


๐Ÿ“ ๋„์ปค ํ—ˆ๋ธŒ์— ์ €์žฅ์†Œ ์ƒ์„ฑ

https://hub.docker.com/

 

Docker Hub Container Image Library | App Containerization

Build and Ship any Application Anywhere Docker Hub is the world's easiest way to create, manage, and deliver your team's container applications. Create your account Signing up for Docker is fast and free. Continue with GoogleContinue with GitHubContinue wi

hub.docker.com

 

๐Ÿ“ Dockerfile ์ž‘์„ฑ

FROM nginx

ADD index.html /usr/share/nginx/html/index.html

 

๐Ÿ“ index.html ์ž‘์„ฑ

<center>

        <h2><font color="blue">RAPA KAKAO ENG 4 </font></h2>

</center>

 

๐Ÿ“ ์ด๋ฏธ์ง€ ์ƒ์„ฑ

docker build -t yoonhakyoung/rapaeng4:blue .

์ž์‹ ์˜ ๋„์ปค ํ—ˆ๋ธŒ ์•„์ด๋”” ์ž‘์„ฑ

 

๐Ÿ“ ์ด๋ฏธ์ง€ ํ™•์ธ

docker image ls | grep yoonhakyoung

 

๐Ÿ“ ์ด๋ฏธ์ง€ ์—…๋กœ๋“œ

docker push yoonhakyoung/rapaeng4:blue

 

๐Ÿ“ ๋„์ปค ํ—ˆ๋ธŒ์—์„œ ํ™•์ธ

 

728x90