1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
.nh
.TH "DOCKER" "1" "Jan 2020" "Docker Community" "Docker User Manuals"
.SH NAME
.PP
docker-attach - Attach local standard input, output, and error streams to a running container
.SH SYNOPSIS
.PP
\fBdocker attach [OPTIONS] CONTAINER\fP
.SH DESCRIPTION
.PP
Attach local standard input, output, and error streams to a running container
.SH OPTIONS
.PP
\fB--detach-keys\fP=""
Override the key sequence for detaching a container
.PP
\fB--no-stdin\fP[=false]
Do not attach STDIN
.PP
\fB--sig-proxy\fP[=true]
Proxy all received signals to the process
.SH SEE ALSO
.PP
\fBdocker(1)\fP
|