> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-ru/obzor-funkcii/docker-i-dopolneniya.md).

# Docker и дополнения

Загружая различные дополнения в Docker, вы можете предоставить CUBE OS дополнительные возможности и сделать его более всесторонним и надежным.

<figure><img src="/files/6b861606434897a0a15db0b59b156373733c474c" alt=""><figcaption></figcaption></figure>

Ниже приведены 2 примера, показывающие, как использовать функции дополнений в CUBE OS.

## eWeLink Smart Home

Синхронизируйте устройства, поддерживаемые eWeLink, с CUBE и управляйте ими. Руководство см.: [Устройства eWeLink с Wi‑Fi (поддержка LAN)](/cube-os-ru/nachalo-raboty/dobavlenie-ustroistv/wi-fi-ustroistva-ewelink.md).

## Node-RED

Низкокодовое программирование для событийно-ориентированных приложений.

{% stepper %}
{% step %}
Установите и запустите дополнение Node-Red.

<div align="left"><figure><img src="/files/1a879ad4c2888d0896566e575699dc006209c661" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Нажмите «RUN», чтобы открыть настройки, выберите сеть «host» и заполните остальные параметры в соответствии с вашими потребностями, затем нажмите «RUN».

<div align="left"><figure><img src="/files/91a011dc300370342703b2bf44307730f9630ebb" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Подождите некоторое время и откройте новую вкладку в браузере, чтобы перейти на страницу Node-Red, URL по умолчанию — ihost.local:1880 или IP iHost:1880 (например, 192.168.1.232:1880, IP можно найти на странице управления вашего роутера).

<figure><img src="/files/69a083cfae17b620d9ec48c5e3826757e559904a" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://cube.ewelink.cc/cube-os-ru/obzor-funkcii/docker-i-dopolneniya.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
