# การโหลด Image

![](/files/-MjFO4sQvxGysKQHSket)

## เวอร์ชัน Free&#x20;

1.ทำการ Pull Docker Image ลงมาดังนี้

```shell
$ docker pull jittagornp/iwallet 
```

สำหรับเวอร์ชัน Free Docker Image จะถูกเก็บไว้ที่ DockerHub <https://hub.docker.com/r/jittagornp/iwallet>

## เวอร์ชัน Pro

เมื่อคุณจ่ายเงินซื้อ iWallet เวอร์ชัน Pro คุณจะได้รับ `Access Token` ที่ใช้สำหรับโหลด Docker Image จาก GitHub Container Registry แบบนี้

```bash
CR_PAT="<YOUR_TOKEN>"
```

CR\_PAT = Container Registry Personal Access Token

เมื่อคุณได้รับ Access Token มา ให้ทำดังต่อไปนี้

1\. ให้ Export Access Token  เป็นตัวแปร System Environment

```bash
$ export CR_PAT="<YOUR_TOKEN>"
```

2\.  จากนั้น เปิดและปิด (Restart) Terminal ใหม่

3\. ทำการ Docker Login ไปที่ GitHub Container Registry ดังนี้

```shell
$ echo $CR_PAT | docker login ghcr.io -u USERNAME --password-stdin
```

4\. ลอง Pull Docker Image ลงมา

```bash
$ docker pull ghcr.io/jittagornp/iwallet
```

สังเกตว่า เวอร์ชัน Free จะใช้  `jitagornp/iwallet` ส่วนเวอร์ชัน Pro จะใช้ `ghcr.io/jittagornp/iwallet`  คนละ Repository กัน ให้ดูดี ๆ&#x20;


---

# 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://iwallet.jittagornp.me/installation/load-image.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.
