# ComposeOperationContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ComposeOperationContext](/reference/api/csharp/aspire.hosting/composeoperationcontext.md)
- Kind: `Constructors`
- Members: `1`

Provides the parameters needed to execute a Docker Compose operation against a container runtime.

## ComposeOperationContext

- Name: `Constructor`

```csharp
public sealed class ComposeOperationContext
{
    public ComposeOperationContext()
    {
        // ...
    }
}
```
