What is a container, technically?
1 min readNov 30, 2019
Containers are Linux Processes with additional configuration added. Let’s take a look at it from technical perspective:
redis-server.
From the host, here we can view all the processes running, including those started by Docker.
As you can see from Linux perspective, these are standard processes and have the same properties as other processes on our system.