-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Attach to running exec #9527
Copy link
Copy link
Open
Labels
area/apiAPIAPIarea/cliClientClientarea/runtimeRuntimeRuntimekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Metadata
Metadata
Assignees
Labels
area/apiAPIAPIarea/cliClientClientarea/runtimeRuntimeRuntimekind/featureFunctionality or other elements that the project doesn't currently have. Features are new and shinyFunctionality or other elements that the project doesn't currently have. Features are new and shiny
Currently there is no way to attach to an existing exec. If I run
docker exec -di my_container bash, there is no way to attach to this process, using the command line or the API.What are the steps needed to have such a feature implemented (maybe
docker exec attach :exec_id)?