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.

Challenge: Running a multi-container application

Challenge: Running a multi-container application - Docker Tutorial

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

Challenge: Running a multi-container application

- [Narrator] It is time for our next challenge. In this challenge, you'll run and manage a multi container application using the command line. Here are your challenge tasks. First, run both the app and DB services from the composed file we've been using. You should use a single command. Next, I want you to stop only the DB service, then start the DB service again. And finally, stop and remove both the app and DB services using a single command. That's it. This challenge should take approximately five to 10 minutes. Good luck and in the next video, I'll show you how I would go about solving this challenge.

Contents