Exec runs the provided command inside the same process context (e.g. in the running docker container). It returns error response from attempting to run the command. See ExecOptions for more options like returning output or attaching to e2e logging.
(Command, ...ExecOption)
| 175 | // It returns error response from attempting to run the command. |
| 176 | // See ExecOptions for more options like returning output or attaching to e2e logging. |
| 177 | Exec(Command, ...ExecOption) error |
| 178 | |
| 179 | // Endpoint returns external runnable endpoint (host:port) for given port name. |
| 180 | // External means that it will be accessible only from host, but not from docker containers. |
no outgoing calls