From the course: Docker for Developers: Create and Manage Docker Containers

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

What you should know

What you should know

- [Instructor] Before diving into this course, let's talk about what you need to know to make the most of this learning experience. You do not need to know anything about Docker. In this course, we'll go through how to develop with Docker step-by-step. It might help if you understand containerization and how it fits into the development ecosystem, though this is not required. We'll cover the basics in this course. You should have experience developing web apps. We'll use a simple Node.js project throughout this course. We'll focus on implementing Docker support, not building the web app. You don't need to have experience with Node.js as the project will be provided for you. We'll use VS Code in this course, so you should already have it installed. You can download it from code.visualstudio.com. Once you have VS Code installed, you should install the container tools extension. You should also be comfortable with moving…

Contents