From the course: Learning Kubernetes
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Install Docker on macOS - Kubernetes Tutorial
From the course: Learning Kubernetes
Install Docker on macOS
- [Instructor] Docker is the container engine that will help us spin up a Kubernetes cluster on our computer. Let's find out how to install Docker on macOS. This is the "Install Docker Desktop on Mac" page in the Docker docs. I need to download Docker Desktop, and I'm running a macOS with an Intel chip. So let's click that button. All right, it looks like it's downloading, so we'll just wait. All right, let's open that up and follow the instructions. It's asking me to drag and drop to my Applications folder, and it's going to copy Docker to that directory on my computer. All right, now that that's done, let's open the Docker app. So let's open the Docker app. We'll click Open. It says, "Docker Desktop is starting." Sometimes this can take a while. Let's head over to the Terminal. You can check to see if this installation worked by running docker. If you see information about Docker, and a list of commonly used…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.