Expand description
Container exec wrapper for running commands in containers
This module provides functions to execute commands inside running Docker containers, with support for capturing output and providing stdin input. Used for user management operations like useradd, chpasswd, etc.
Functionsยง
- exec_
command - Execute a command in a running container and capture output
- exec_
command_ exit_ code - Execute a command and return its exit code
- exec_
command_ with_ stdin - Execute a command with stdin input and capture output