Exec executes a command in a running service container
(ctx context.Context, projectName string, options RunOptions)
| 113 | Remove(ctx context.Context, projectName string, options RemoveOptions) error |
| 114 | // Exec executes a command in a running service container |
| 115 | Exec(ctx context.Context, projectName string, options RunOptions) (int, error) |
| 116 | // Attach STDIN,STDOUT,STDERR to a running service container |
| 117 | Attach(ctx context.Context, projectName string, options AttachOptions) error |
| 118 | // Copy copies a file/folder between a service container and the local filesystem |
no outgoing calls
no test coverage detected