Sign inSign up

uxhao/imaotai

By uxhao

Updated over 1 year ago

imaotai v1.0.13 lightweight image support arm64 architecture.

Image
0

352

uxhao/imaotai repository overview

The image has included Sqlite3, 'JVM cache', and 'Nginx' service. Supporting Linux amd64 and arm64.

Step1: Create data dir.

mkdir -p /data/docker/imaotai/campus

Step2: Create container.

docker run -d --restart always -p 9999:80 \
--name imaotai \
-v /data/docker/imaotai/campus:/home/campus \
uxhao/imaotai:1.0.13

Please using the follow command if your device is arm cpu.

docker run -d --restart always -p 9999:80 \
--name imaotai \
-v /data/docker/imaotai/campus:/home/campus \
uxhao/imaotai:1.0.13_arm64

Tag summary

Content type

Image

Digest

sha256:e45ae0459

Size

215.4 MB

Last updated

over 1 year ago

docker pull uxhao/imaotai:1.0.13