cockpit-docker icon indicating copy to clipboard operation
cockpit-docker copied to clipboard

ARM64 support?

Open lasbian opened this issue 6 years ago • 1 comments

Hi Agentejo,

Thanks for this awesome software. Question: I'm on a ARM64 system, and having trouble running the docker image. No issues occurs when running Cockpit through PHP and Apache the old school way. On my local system (not ARM64) i don't have any issues.

Docker logs this error:

2019-07-20T19:20:06.202384169Z`` standard_init_linux.go:211: exec user process caused "exec format error"

Is there a quick fix for this issue?

Cheers, Lasse

lasbian avatar Jul 20 '19 19:07 lasbian

You must change FROM php:7.4-apache to a base image that support ARM.

laphilipa avatar Apr 11 '21 18:04 laphilipa