This Is How Docker Works, The Fun Way!
Almost everyone uses docker, but without really knowing what it is or does under the hood. To be fair, it just works and the whole thing with namespaces and images is a dry topic.
The most important thing to know is, docker is just a product name for a program that uses several already long-existing technologies to create its containers. Well, it's a little bit more, since it provides the docker hub infrastructure, a vital part of docker's success.
Since understanding docker means understanding the underlying principles, you will see how to create your own container without using anything docker.
To do this a small program is written in golang (you don't need to know the language) that creates a real container. During this process, you will get to know and, most importantly, understand how docker works. Why would you want to know how Docker works internally?
If you know the concept by heart, working with docker and especially debugging weird stuff it does from time to time becomes a breeze.
Additionally to the things above you will get deeper knowledge about images, the second most important thing apart from containers.
The talk is aimed at programmers who struggle to understand docker or just want to know more about a technology they use every day.
EVENT:
Dutch PHP Conference in 2018
SPEAKER:
Niklas Dzösch
PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed).
CREDITS:
Original video source: https://www.youtube.com/watch?v=7H__eF6hvWg
Other Videos By Coding Tech
2018-09-18 | Probabilistic Programming: A Modern Bayesian Workflow || Peadar Coyle |
2018-09-18 | What Is DevOps? |
2018-09-13 | GraphQL: The Good Parts |
2018-09-10 | GitHub Pull Requests for VS Code |
2018-09-09 | BLOCKCHAIN APPS IN GO - Build Your Own Blockchain App |
2018-09-04 | How Do You Structure Your Go Apps? |
2018-09-03 | SERVERLESS: The Rise Of External Services |
2018-09-02 | JAVASCRIPT: THE FAIRLY ODD PARTS |
2018-09-01 | Using SVG in React Native |
2018-08-31 | How I Built Microservices In Go In 30 Minutes |
2018-08-27 | This Is How Docker Works, The Fun Way! |
2018-08-25 | The State of React Native (2018) |
2018-08-22 | BRAVE NEW WORLD: MOVING ON TO ES201X |
2018-08-21 | Cryptography 101 |
2018-08-19 | Easing into Modern C++ (7 Features of C++ You Can Adopt Today) |
2018-08-19 | How We Do Cross Platform |
2018-08-17 | State of VueJS 2018 by the Creator of VueJS |
2018-08-16 | Deep Neural Networks with PyTorch || Stefan Otte |
2018-08-14 | Modern JavaScript: Moving Beyond jQuery |
2018-08-13 | Blurring the Line Between Native and Web |
2018-08-13 | UX in Motion |