> 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/english-th/feature-exploration/docker.md).

# Docker และส่วนเสริม

โดยการดาวน์โหลดแอดออนต่าง ๆ ใน Docker คุณสามารถเปิดใช้งาน CUBE OS ให้มีความสามารถมากขึ้นและกลายเป็นระบบที่ครอบคลุมและเชื่อถือได้มากขึ้น

<figure><img src="/files/7ac50e7eb902f2828cff531b6d40e25ff93e34ec" alt=""><figcaption></figcaption></figure>

ต่อไปนี้เป็น 2 ตัวอย่างเพื่อแสดงวิธีการใช้คุณสมบัติแอดออนบน CUBE OS

## eWeLink Smart Home

ซิงค์อุปกรณ์ที่รองรับ eWeLink เข้ากับ CUBE และควบคุมพวกมัน คำแนะนำอ้างอิง: [อุปกรณ์ Wi‑Fi ของ eWeLink (รองรับโหมด LAN)](/english-th/getting-started/add-devices/wi-fi-ewelink.md).

## Node-RED

การเขียนโปรแกรมแบบ Low-code สำหรับแอปพลิเคชันที่ขับเคลื่อนด้วยเหตุการณ์

{% stepper %}
{% step %}
ติดตั้งและรันแอดออน Node-Red

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

{% step %}
คลิก 'RUN' เพื่อเปิดการตั้งค่า เลือกเครือข่ายเป็น 'host' และกรอกพารามิเตอร์อื่น ๆ ตามความต้องการของคุณ จากนั้นแตะ 'RUN'

<div align="left"><figure><img src="/files/a19ab5077e63f62cc277f1130e247428cdd1c9a9" 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/fa3d4d22c52e620814f929307c2097ec07d3e4ef" 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/english-th/feature-exploration/docker.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.
