dcos task attach

在任务容器内部连接进程

说明

dcos task attach 命令允许您将 CLI 连接到已经运行任务的 stdio

  1. dcos task attach [--no-stdin] <task>

要从任务中断开,请键入序列 CTRL-p CTRL-q

选项

名称说明
—no-stdin请勿将 CLI 的 stdin 连接到任务。

位置自变量

名称,简写说明
<task>完整任务 ID、部分任务 ID 或 UNIX Shell 通配符模式(如 my-task*)。

父命令

命令说明
dcos task管理 DC/OS 任务。