www.LinuxHowtos.org





DOCKER

Section: Docker User Manuals (1)
Updated: Jun 2025
Index Return to Main Contents

 

NAME

docke-attach- Attach local standard input, output, and error streams to a running container

 

SYNOPSIS

docker attach [OPTIONS] CONTAINER

 

DESCRIPTION

Alias for docker container attach.

 

OPTIONS

-detac-keys=""         Override the key sequence for detaching a container

-n-stdin[=false]         Do not attach STDIN

-si-proxy[=true]         Proxy all received signals to the process

 

SEE ALSO

docker(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO