# ContainerDirectory Constructors

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

Represents a directory in the container file system.

## ContainerDirectory

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/ContainerFileSystemCallbackAnnotation.cs#L99)

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