Glossary

Bundle

一个提前写好的目录结构,可以被分发,提供给运行时创建container并启动内部的进程。

Configuration

bundle中的config.json文件定义了预期的容器和容器进程。

Container

执行具有可配置的隔离性和资源限制的进程的环境。 例如,命名空间,资源限制和挂载信息都是容器环境的一部分。

Container namespace

On Linux, a leaf in the namespace hierarchy in which the configured process executes.

JSON

所有配置的JSON 必须 经过 UTF-8 编码。 JSON对象 一定不能 有重复的名字。 JSON对象中的条目顺序不重要。

Runtime

本规范的一个(编程)实现。 它从bundle中读取配置文件,使用其信息创建container,在容器内启动进程,以及执行生命周期动作

Runtime namespace

On Linux, a leaf in the namespace hierarchy from which the runtime process is executed. New container namespaces will be created as children of the runtime namespaces.