An intro from containers!

I recently got the chance to explain what containers are to colleagues of mine. I could’ve chosen the normal path of showing off docker run commands, how to create a Dockerfile and then go about creating a Docker container. I understand that this was the common intro to containers for most people but for me, it makes Linux containers somewhat holy. I instead did a session on writing some golang code to explain what containers really are. I used asciinema to record the whole session and replay it at a fast speed which I screen-recorded using Kazam on Ubuntu. The presentation on the bottom-right of the screen was done using mdp ...

September 27, 2018 · 2 min · 241 words