# Docker

Flopsar Docker images can be found at [Docker Hub](https://hub.docker.com/u/flopsar).

The following images are published:

* [Flopsar Server Lite](https://hub.docker.com/r/flopsar/server-lite) - this is a [Lite](/3.0/overview/flopsar-lite.md) version.&#x20;

## Demo

We share simple demo images so that you can try Flopsar out. In order to run the demo, you need to follow the instructions below:

1. Download the demo script from our [GitHub](https://github.com/flopsar/docker/tree/master/demo3) repository.
2. Download `Workstation` binary from our [releases site](http://bin.flopsar.com).
3. Change `VERSION` variable in the demo script to make it [compatible](/3.0/overview/untitled.md) with the `Workstation` version.
4. Execute the demo script and connect to the Flopsar server at address `localhost:9000`


---

# 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.flopsar.com/3.0/administrator-guide/docker.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.
