ctr run参数
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
ctr run参数
English Answer.
ctr run Parameters.
The `ctr run` command is used to create and run a container. It takes a number of parameters, which are listed below:
-a, --attach Attach to the container's stdin, stdout, and stderr.
-c, --cpu-shares CPU shares (relative weight).
-d, --detach Detach from the container after creating it.
-e, --env Set environment variables.
-h, --help Print usage.
-i, --interactive Keep stdin open even if not attached.
-l, --label Add or overwrite labels.
-m, --memory Memory limit.
-n, --name Assign a name to the container.
-p, --port Publish a container's port(s) to the host.
-t, --tty Allocate a pseudo-tty.
-u, --user Username or UID.
-v, --volume Bind mount a host path into the container. --cidfile Write the container ID to the specified file.
--entrypoint Overwrite the default ENTRYPOINT of the image.
--env-file Read in a file of environment variables.
--init Run an init inside the container that forwards signals and reaps processes.
--labels-file Read in a file of labels in the form of "key=value".
--oom-kill-disable Disable OOM Killer for the container.
--publish-all Publish all exposed ports to random ports on the host.
--read-only Mount the container's root filesystem as read-only.
--rm Remove the container when it exits.
--security-opt Security options for the container.
--sig-proxy Proxy signals to the process inside the
container.
--volume-driver Specify a custom volume driver for the container.
Chinese Answer.
ctr run 参数。
`ctr run` 命令用于创建和运行容器。
它采用许多参数,如下所示:
-a, --attach 附加到容器的 stdin、stdout 和 stderr。
-c, --cpu-shares CPU 共享(相对权重)。
-d, --detach 创建容器后从容器分离。
-e, --env 设置环境变量。
-h, --help 打印用法。
-i, --interactive 即使未附加,也保持 stdin 打开。
-l, --label 添加或覆盖标签。
-m, --memory 内存限制。
-n, --name 为容器分配名称。
-p, --port 将容器的端口发布到主机。
-t, --tty 分配伪终端。
-u, --user 用户名或 UID。
-v, --volume 将主机路径绑定挂载到容器中。
--cidfile 将容器 ID 写入指定文件。
--entrypoint 覆盖映像的默认 ENTRYPOINT。
--env-file 读入环境变量文件。
--init 在容器内运行一个 init,它转发信号并收割进程。
--labels-file 以“key=value”的形式读入标签文件。
--oom-kill-disable 为容器禁用 OOM Killer。
--publish-all 将所有公开端口发布到主机上的随机端口。
--read-only 将容器的根文件系统挂载为只读。
--rm 容器退出时移除容器。
--security-opt 容器的安全选项。
--sig-proxy 将信号代理到容器内的进程。
--volume-driver 为容器指定自定义卷驱动程序。