# Docker 与插件

通过在 Docker 中下载不同的插件，您可以使 CUBE OS 获得更多功能，变得更全面和更可靠。

<figure><img src="/files/1d4dd62edf4629c2530ce7a7d459fb0b37a8943a" alt=""><figcaption></figcaption></figure>

以下是 2 个示例，演示如何在 CUBE OS 上使用插件功能。

## eWeLink 智能家居

将支持 eWeLink 的设备同步到 CUBE 并进行控制。教程参考： [eWeLink Wi‑Fi 设备（支持局域网）](/english-zh/ru-men-zhi-nan/tian-jia-she-bei/ewelink-wifi-she-bei.md).

## Node-RED

用于事件驱动应用的低代码编程。

{% stepper %}
{% step %}
安装并运行 Node-RED 插件。

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

{% step %}
点击“运行”以打开设置，选择网络为“host”，并根据需要填写其他参数，然后点击“运行”。

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

{% step %}
稍等片刻并打开一个新浏览器标签访问 Node-RED 页面，默认 URL 为 ihost.local:1880 或 iHost 的 IP:1880（例如 192.168.1.232:1880，您可在路由器的管理页面找到该 IP）。

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


---

# 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://cube.ewelink.cc/english-zh/gong-neng-tan-suo/docker-yu-cha-jian.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.
