Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Introduction to Docker!
You have completed Introduction to Docker!
Preview
Now that you have a broad understanding of Docker and how to use it, it's time to build on that knowledge.
- Docker Compose, provision multiple Docker containers at once
- Cluster Managers
- Spend some time reading about Docker’s networking capabilities more in-depth, this is a very important skill to have when deploying more than one Docker container or a set of microservices: https://docs.docker.com/engine/userguide/networking/
- Check out our course on Go, the language Docker was written in. Go is becoming a very useful language for modern DevOps projects (like Kubernetes).
- Books to read:
- The Phoenix Project: This is an amazing book, told in a fictional-style, that illustrates the broad benefits of having a DevOps-first culture at your company.
- Site Reliability Engineering: This is a great book on how Google manages their infrastructure and DevOps culture internally. It’s fairly recent, and has loads of great information for any size organization.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
We'll have links in the teacher's
notes where you can learn lots
0:00
more about Docker and its ecosystem.
0:02
To get started learning how to scale your
service over multiple containers and host,
0:04
you should look in the Docker Compose.
0:09
Compose lets you break files that
provision multiple images together.
0:11
It's like a multi-image equivalent
to a single Docker file.
0:15
Container orchestration lets you easily
run many Docker containers together and
0:18
automatically create new ones
when you have things to scale.
0:23
The most popular software for container
orchestration right now is Kubernetes,
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up