# Docker Installation

## Windows

To Install Docker on Windows, you need to install Docker Desktop for Windows.  This installer can be downloaded from here:

<https://www.docker.com/products/docker-desktop/>

### WSL

To deploy Monolith on Windows, you will need to install the WSL package for Windows.  This allows Windows to run Linux containers.  During the Docker Desktop install, Docker typically prompts you to install this.  If not, here is a direct link to download and install WSL:

<https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi>

## MacOS

To Install Docker on MacOS, you need to install Docker Desktop for MacOS.  This installer can be downloaded from here:

<https://www.docker.com/products/docker-desktop/>

## Linux

To install Docker on a Linux OS, refer to the following Docker documentation for Linux installations:

<https://docs.docker.com/engine/install/ubuntu/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monolithforensics.com/monolith/monolith-features/on-premises-deployments/deployment/docker-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
