[Docker] - 002. Docker CLI 와 이미지 만들기
hello world 실행도커를 처음 시작할 때 hello-world 을 통해 온보딩을 시작할 수 있다. $ docker run hello-world--- 출력 결과 ---Unable to find image 'hello-world:latest' locallylatest: Pulling from library/hello-world478afc919002: Pull completeDigest: sha256:03b30c6a3c320ff172b52bd68eddffde6ded08ce47e650fe52de861c5e9df46dStatus: Downloaded newer image for hello-world:latestHello from Docker!This message shows that your install..
2024. 4. 17. 02:43