Cli/ref/mw docker postgres exec

< Cli‎ | ref

mw docker postgres exec edit

Execute a command in the main container

mw docker postgres exec [flags] [command...]

Examples edit

exec bash
exec -- bash --help
exec --user root bash
exec --user root -- bash --help

Options edit

  -u, --user string   User to run as, defaults to current OS user uid:gid (default "0:0")

Options inherited from parent commands edit

  -c, --context string   The context to use (default "default")
      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO edit