From the course: Docker for Developers
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Base application setup - Docker Tutorial
From the course: Docker for Developers
Base application setup
- [Instructor] So let's get started with Docker. So the first thing you need to do is installing Docker, and it's a very simple process. And just go to the main website, which is docker.com. And once you get there, there's a button that says Get Started. Click on that button and then scroll down until you see the Docker Desktop. And then select the operating system you're on, download, and then install. Once you have that installed, you should see a whale logo or icon here, and that's basically Docker running. So if you see Docker Desktop is running, that means that you're good to go. The other thing that I would recommend is to create an account and then make sure you log in with your account because we are actually going to use some of the things that require you to sign in. So once you have that set up, let's move on to the next step. Also, most of our applications require a MongoDB database. So just to make sure,…
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.