Attach STDIN,STDOUT,STDERR to a running service container
(ctx context.Context, projectName string, options AttachOptions)
| 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 |
| 119 | Copy(ctx context.Context, projectName string, options CopyOptions) error |
| 120 | // Pause executes the equivalent to a `compose pause` |
no outgoing calls
no test coverage detected