Cloud (5) 썸네일형 리스트형 Docker Image 분석 기본적으로 Docker의 image는 build를 하거나 pull을 통해 Docker Hub의 Repository에서 받아오게 됩니다. Docker Container image의 경우, 하기와 같이 기본적인 layer층으로 이뤄져 있습니다. 기본적으로 간단한 nginx를 받았을 때, 나타나는 log입니다. root@kube-master:~# docker pull nginx:latest latest: Pulling from library/nginx 33847f680f63: Pull complete dbb907d5159d: Pull complete 8a268f30c42a: Pull complete b10cf527a02d: Pull complete c90b090c213b: Pull complete 1f41b2.. Ubuntu Docker Setting Docker는 기본적으로 하기 Site에서 많은 Guide를 얻을 수 있습니다. https://docs.docker.com/ Docker Documentation docs.docker.com 1. Docker Download and install 2. Get Docker for Linux 3. Install Docker Engine on Ubuntu 4. Install Page에서 Docker의 OS Requirements를 확인 5. Install Using the Repository # Update the apt package index $ sudo apt-get update # Install packages to allow apt to use a repository over HTTPS $ sudo .. Virtual Box Networking Modes Network Mode VM(Guest) -> Host VM(Guest) Internet VM(Guest) Virtual Box에 Ubuntu 설치 및 NAT Network 설정 - Virtual Box Download https://www.virtualbox.org/wiki/Downloads Downloads – Oracle VM VirtualBox Download VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 6.0 packages, see Virt www.virtualbox.org - Ubuntu Download https:.. Kubernetes Online Web Test - Katacoda Kubernetes Playground Control Plane, work node가 하나 구성되어 있어 Web상에서 바로 사용 가능. https://katacoda.com/courses/kubernetes/playground Kubernetes Playground | Katacoda Use Kubernetes in a hosted sandboxed interactive environment katacoda.com - Play with Kubernetes Docker에서 제공하는 기능으로, Docker hub 계정 로그인 필요. Control Plane과 work node를 직접 구성한 후 사용 가능. https://labs.play-with-k8s.com/ Play with Kube.. 이전 1 다음