# AddContainerOptions

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

## Definition

```typescript
type AddContainerOptions = {
  Image: string;
  Tag: string;
}
```

## Fields

- `Image`: `string`
- `Tag`: `string`
