Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm平台docker镜像搭建。 #60

Closed
waifei01 opened this issue Mar 8, 2023 · 9 comments
Closed

arm平台docker镜像搭建。 #60

waifei01 opened this issue Mar 8, 2023 · 9 comments

Comments

@waifei01
Copy link

waifei01 commented Mar 8, 2023

请问是否可以同步创建arm平台的docker镜像呢?

@vastsa
Copy link
Owner

vastsa commented Mar 8, 2023

有的哦:
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm

@waifei01
Copy link
Author

waifei01 commented Mar 8, 2023

嗯,看见里面显示的是arm64,以为不能使用,试着docker build也是安装失败,谢谢提醒。

有的哦: docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm

@waifei01
Copy link
Author

waifei01 commented Mar 8, 2023

有的哦: docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm

是我表述有问题,目前在用的设备是ARM Cortex A7的架构,只能使用arm32位的镜像,刚测试了,确实无法使用。
WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested。

@vastsa
Copy link
Owner

vastsa commented Mar 8, 2023

收到,等后面我看下怎么用Github Actions自动发布

@waifei01
Copy link
Author

waifei01 commented Mar 9, 2023

收到,等后面我看下怎么用Github Actions自动发布

谢谢,费心了。

@wxydejoy
Copy link

需要 armv7 +1
感谢大佬

@hellodk34
Copy link

hellodk34 commented Jul 10, 2023

armv8 使用正常。

# lscpu
Architecture:          aarch64
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
Model:                 4
Model name:            ARMv8 Processor rev 4 (v8l)
CPU max MHz:           1512.0000
CPU min MHz:           100.0000
BogoMIPS:              48.00
L1d cache:             unknown size
L1i cache:             unknown size
L2 cache:              unknown size
Flags:                 fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid

docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm

@vastsa
Copy link
Owner

vastsa commented Aug 15, 2023

已同步搭建

@vastsa vastsa closed this as completed Aug 15, 2023
@waifei01
Copy link
Author

感谢搭建arm架构镜像。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants