# Config

- Module: [Aspire.Hosting.Docker](/reference/api/typescript/aspire.hosting.docker.md)
- Version: `13.3.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface Config {
  content: string;
  external: boolean;
  file: string;
  labels: Dict<string,string>;
  name: string;
}
```

## Properties

- `content`: `string` `get - set` -- Gets the Content property
- `external`: `boolean` `get - set` -- Gets the External property
- `file`: `string` `get - set` -- Gets the File property
- `labels`: `Dict<string,string>` `get - set` -- Gets the Labels property
- `name`: `string` `get - set` -- Gets the Name property
