Categories
Linux Other Tips & Tricks

Container technology – Part 2

How to make container from scratch Prerequisite: https://pengs.win/container-technology/ If you want to learn behind the scene about containers you are in the right place. Firstly, you need to know your materials to create a container. Generally, users thought containers as lightweight virtual machines, but containers are isolated groups of processes running on a single host. […]

Categories
All Linux Other Windows

Container technology – Part 1

Outline; What is container (containers 101) How it works (Sample) This article can be seen as a start for people who are curious about how Container technology works and who want to develop it. I used Dockers container content in my article, that’s because I found it most presentable. What is container? Container technologies basically […]