This content is associated with a legacy version of the Replicated product. For the current Replicated product documentation, see docs.replicated.com.
docker.exec
type object
Collect the stdout/stderr of executing a command in an already running docker container
collect:
v1:
- docker.exec:
container: supergoodtool-www
output_dir: /www/debug/
exec_config:
Cmd:
- toolctl
- info
- '--verbose'
Required Parameters
exec_config
- Config options as would be passed todocker exec
, as in The Docker API
Optional Parameters
container
- The name of the container to run the command inlabels
- Labels shared by the container(s) to run the command in
Outputs
stdout.raw
- The standard output of the commandstderr.raw
- The standard error of the command
Shared Parameters
This spec also inherits all of the required and optional Shared Parameters