# Docker Setup

## Installation on Mac

Start by downloading the latest version of **Docker Desktop** for MAC or **Orbstack** and install it on your system. We have really positive experiences with Orbstack, especially with performance when using bind mounts.

* [https://orbstack.dev](https://orbstack.dev/)
* [https://docs.docker.com/desktop/setup/install/mac-insta](https://docs.docker.com/desktop/setup/install/mac-install/)

## Installation on Linux

Start by downloading the latest version of Docker and install it on your system.

* [Docker for CentOS](https://docs.docker.com/install/linux/docker-ce/centos/)
* [Docker for Debian](https://docs.docker.com/install/linux/docker-ce/debian/)
* [Docker for Fedora](https://docs.docker.com/install/linux/docker-ce/fedora/)
* [Docker for Ubuntu](https://docs.docker.com/install/linux/docker-ce/ubuntu/)

You can find more about Docker [here](https://docs.docker.com/docker-for-windows/install/).

## Installation on Windows

Start by downloading the latest version of Docker Desktop for Windows and install it on your system.

* [Download Docker for Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows/)

You can find more about Docker for Windows [here](https://docs.docker.com/docker-for-windows/install/).


---

# 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.dockware.io/getting-started/readme.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.
