imaotai v1.0.13 lightweight image support arm64 architecture.
352
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
Content type
Image
Digest
sha256:e45ae0459…
Size
215.4 MB
Last updated
over 1 year ago
docker pull uxhao/imaotai:1.0.13