docker compose attach

描述将本地标准输入、输出和错误流附加到服务的运行中容器
用法docker compose attach [OPTIONS] SERVICE

描述

将本地标准输入、输出和错误流附加到服务的运行中容器

选项

选项默认值描述
--detach-keys覆盖从容器分离的按键序列。
--index如果服务有多个副本,则为容器的索引。
--no-stdin不附加标准输入
--sig-proxytrue将所有接收到的信号代理到进程
© . This site is unofficial and not affiliated with Kubernetes or Docker Inc.