--command TEXT | | string | | Raw shell command to execute (e.g., 'make build') |
--save-as TEXT | | string | | Save the command under this alias for later use |
--warn / --no-warn | | flag | --warn | Warn when overwriting a saved command |
--env FOO=BAR | | multiple | | Set environment variable in the container |
--passenv NAME | | multiple | | Inherit environment variable from current shell |
--mount NAME | -m | string | | Docker volume to mount |
--interactive / --no-interactive | -i | flag | --interactive | Keep STDIN open |
--tty / --no-tty | -t | flag | --tty | Allocate a pseudo-TTY |
--user TEXT | -u | string | current UID | User to run as in the container |
--group TEXT | -g | string | current GID | Group to run as in the container |
--verbose | -v | flag | | Show the full Docker command being executed |
--help | | | | Show help message and exit |