chore(exec): remove uses of ExecOptions.Detach by thaJeztah · Pull Request #3211 · testcontainers/testcontainers-go

@thaJeztah

This option is not actually used by the client, and not handled
by the API, so removing its use.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

@thaJeztah thaJeztah changed the title exec: remove uses of ExecOptions.Detach chore: exec: remove uses of ExecOptions.Detach

Jun 17, 2025

@mdelapenya mdelapenya changed the title chore: exec: remove uses of ExecOptions.Detach chore(exec): remove uses of ExecOptions.Detach

Jun 17, 2025

@mdelapenya mdelapenya added the chore

Changes that do not impact the existing functionality

label

Jun 17, 2025

@thaJeztah

This option is not actually used by the client, and not handled
by the API, and is planned to be removed in a future release
so removing its use.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

mdelapenya