785 B
785 B
ExecAction v1
Group | Version | Kind |
---|---|---|
Core | v1 | ExecAction |
ExecAction describes a "run in container" action.
Field | Description |
---|---|
command string array |
Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions (' |