Skip to content

Commit 2a027bf

Browse files
authored
Update README.md
Updated docker image version
1 parent 3aca277 commit 2a027bf

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,17 @@ $ npm run electron:build
3434

3535
## *Run Pre-built Docker Example*
3636
```
37-
# Github x86_64
38-
# Pull
39-
$ docker pull ghcr.io/gcclinux/easyedit:main
40-
# Run x86_64
41-
$ docker run -d --name EASYEDIT-GHCR -p 3024:3024 ghcr.io/gcclinux/easyedit:main
42-
4337
# Docker Hub aarch64
4438
# Pull aarch64
45-
$ docker pull gcclinux/easyedit:1.3.8-aarch64
39+
$ docker pull gcclinux/easyedit:1.4.0-aarch64
4640
# Run aarch64
47-
$ docker run -d --name EASYEDIT -p 3024:3024 gcclinux/easyedit:1.3.8-aarch64
41+
$ docker run -d --name EASYEDIT -p 3024:3024 gcclinux/easyedit:1.4.0-aarch64
4842
4943
# Docker Hub x86_64
5044
# Pull x86_64
51-
$ docker pull gcclinux/easyedit:1.3.8
45+
$ docker pull gcclinux/easyedit:1.4.0-amd64
5246
# Run x86_64
53-
$ docker run -d --name EASYEDIT -p 3024:3024 gcclinux/easyedit:1.3.8
47+
$ docker run -d --name EASYEDIT -p 3024:3024 gcclinux/easyedit:1.4.0-amd64
5448
```
5549

5650
## *Latest Example implementing custom tables...*
@@ -80,11 +74,7 @@ gantt
8074

8175
[![GitHub Project](https://raw.githubusercontent.com/gcclinux/EasyEdit/refs/heads/main/public/easyedit128.png "EasyEdit Icon")](https://github.com/gcclinux/EasyEdit)
8276

83-
## NOTE:
84-
### If AppImage fails with setuid_sandbox_host as it happens in some systems:
85-
```
86-
FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_EasyEduPn1dQ/chrome-sandbox is owned by root and has mode 4755.
87-
```
77+
8878
### Solution Exec:
8979
```
9080
./EasyEdit-1.3.7-x86_64.AppImage --no-sandbox

0 commit comments

Comments
 (0)