> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.code_utils.is_docker_running

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### is\_docker\_running

```python theme={null}
is_docker_running() -> bool
```

Check if docker is running.<br />Returns: <br />    bool: True if docker is running; False otherwise.

<b>Returns:</b>

| Type | Description                                       |
| ---- | ------------------------------------------------- |
| bool | bool: True if docker is running; False otherwise. |

<br />
