Tag: containers
All the articles with the tag "containers".
Containers 101
Updated: at 07:02 PM(13 min read)Containers are a fundamental building block of modern application development and deployment. They provide a lightweight, isolated environment for running applications, making it easier to move software between different computing environments. In this blog post, we'll be taking a look at the theory behind containers, including LXC, Docker, Linux namespaces, and cgroups, before diving into a practical tutorial on how to create a very basic container using Golang. Whether you're new to containers or looking to expand your knowledge, this post has something for everyone.