Today, many applications are available via docker containers – in most cases, they help to avoid dependency hell while recompiling or trying to run a single binary. What is the container? Simply put, it is an isolated set of processes, which don’t have any access to other processes and are limited to access full network, full file system, devices, etc. It is similar to a virtual machine, but there is no emulation; all processes are real, and from the "top level," you can see all of them.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Containers

  • Sergey Zhumatiy

摘要

Today, many applications are available via docker containers – in most cases, they help to avoid dependency hell while recompiling or trying to run a single binary. What is the container? Simply put, it is an isolated set of processes, which don’t have any access to other processes and are limited to access full network, full file system, devices, etc. It is similar to a virtual machine, but there is no emulation; all processes are real, and from the "top level," you can see all of them.