Writing your own container in Python!
Shubham Sharma (~shubham1172) |
6
Description:
"What I cannot create, I do not understand" - Richard Feynman
Containers are ubiquitous. We use container software like Dockers and Linux Containers (LXC) every day without knowing what goes inside that black box. In this talk, we will explore the principles of containerization and how it functions in the Linux ecosystem. We will build a mini container in Python on top of Linux. We will learn how modern containers function and how we can realize the same functionalities in our mini container.
Prerequisites:
Some familiarity with containers and Linux.
Content URLs:
- Presentation is available at bit.ly/PyConSlides
- Link to this talk previously given at HydPy - https://www.youtube.com/watch?v=VThBhfnTRiY
Speaker Info:
I am a software engineer at Microsoft. I just graduated from Vellore Institute of Technology, and have been using Python for about 3 years. Computers have always fascinated me and so have the brilliant people who brought computers to where they are today. I have worked in various domains ranging from software development to machine learning.