From the course: Docker: Your First Project

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Next steps

Next steps

- [Instructor] This course aimed to show you how easy it can be to get started with Docker. We proved that we could containerize a simple website for Big Star Collectibles, a fictitious collectible store. We created a custom image, including everything we needed to run our website, including the operating system and required runtime libraries. We ran containers based on our custom image to easily create the runtime environment. Now that you've learned how to apply your Docker knowledge, the next step in your learning journey will be to study Docker Compose. Docker Compose is a tool that helps you define and share multi container applications. With Compose, you can create a YAML file to define the services, and with a single command, you can spin everything up or tear it all down. Learning Docker Compose by Nicole Rifkin is an excellent resource for you to learn more. I hope you enjoyed our Big Star Collectibles project as…

Contents