> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmhardware/runningindockercontainer.md).

# RunningInDockerContainer

### Description

Determines if the app is running in a Docker Container based on the environment variable QLM\_RUNNING\_IN\_DOCKER\_CONTAINER which should be set during image creation to True.

```csharp
bool RunningInDockerContainer   ()
```

### Return

| Type | Description                                                          |
| ---- | -------------------------------------------------------------------- |
| bool | returns true if the current process is running in a docker container |
