> For the complete documentation index, see [llms.txt](https://docs.earthdefenderstoolkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earthdefenderstoolkit.com/portugues/device-setup/using-docker.md).

# Using Docker

You'll need any computer with an Operaying System that can run [Docker](https://www.docker.com/) & [docker-compose](https://docs.docker.com/get-started/08_using_compose/). You might need someone with technical skills on these tools to set it up.

Using Docker EDT-Offline can be setup in almost any machine without any special operating system needed.

Needed installed software

* [Docker](https://www.docker.com/)
* [docker-compose](https://docs.docker.com/get-started/08_using_compose/)
* [git](https://git-scm.com/downloads)

These are the steps:

1. Clone repository
2. cd `docker/local` directory
3. `cp .env.example .env`
4. Edit `.env` with your own values
5. Run `docker-compose up -d`
6. Use `docker-compose logs -f` to see logs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.earthdefenderstoolkit.com/portugues/device-setup/using-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.
