5 must-watch Docker videos

No readers like this yet.
open source button on keyboard

Opensource.com

When you're interested in learning a new technology, sometimes the best way is to watch it in action—or at the very least, to have someone explain it one-on-one. Unfortunately, we don't all have a personal technology coach for every new thing out there, so we turn to the next best thing: a great video.

With that in mind, if you're interested in Docker (and these days, who isn't?), here are five great videos to get you started with the basics you should know.

First up, if you've only got five minutes (well, technically seven and a half), watch this. At Opensource.com's lightning talk series last fall, Docker contributor Vincent Batts of Red Hat gave a great overview of what Docker is, what containers are, and how these technologies are changing the way system administrators and developers are working together to deploy applications in a modern datacenter.

Now, you understand the concept, so let's take a slightly deeper dive. Docker founder and CTO Solomon Hykes takes you beyond the basics of containers and into how Docker works, what problems it solves, and some real-world demos.

Next up, Docker's Jérôme Petazzoni takes you through Docker for developers. In this hour long video, Petazzoni goes through the Docker development workflow, in which applications are composed of simple, independent pieces which live inside of containers, separate and (mostly) secured from the operating system beneath them.

For applications developed as many different pieces working together, which need to be able to scale quickly and communicate with other application parts, orchestration is key. In this video, watch Red Hat's Arun Gupta show you how to package applications (in this case, written in Java) in Docker and orchestrate them using Kubernetes, an open source project from Google built for container orchestration.

Got it? Great. Now let's dive deeper into the deep blue. This video is actually a collection (can we call that a container?) of eleven tutorials which take you through a number of real-world scenarios for deploying applications with Docker, from simple examples like Wordpress, to a number of security tests to database backup.

That's it. What did I miss? Let me know in the comments!

User profile image.
Jason was an Opensource.com staff member and Red Hatter from 2013 to 2022. This profile contains his work-related articles from that time. Other contributions can be found on his personal account.

Comments are closed.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.