> For the complete documentation index, see [llms.txt](https://iwallet.jittagornp.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iwallet.jittagornp.me/installation/load-image.md).

# การโหลด 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;
