< Cli < ref
mw docker custom exec
Execute a command in the main container
mw docker custom exec [flags] [command...]
Examples
exec bash exec -- bash --help exec --user root bash exec --user root -- bash --help
Options
-u, --user string User to run as, defaults to current OS user uid:gid (default "0:0")
Options inherited from parent commands
-c, --context string The context to use (default "default")
--help Help for this command
-n, --name string the name of the custom service file, referring to existing docker-compose .yml file in the mwdd directory prefixed with custom- (default "custom")
--no-interaction Do not ask any interactive questions
-v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
- mw docker custom - custom docker-compose service sets
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.