After Installing the cedalo platform from installer for macos - the below error shows up
Docker Compose is now in the Docker CLI, try docker compose up
Creating network “cedalo-platform” with driver “bridge”
Pulling management-center (cedalo/management-center:2)…
2: Pulling from cedalo/management-center
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
seems like the docker image for management-center is not compatible with the macos architecture.
I’m trying to install cedalo on my server. I get this:
root@vps:~# docker run -it -v ~/cedalo_platform:/cedalo cedalo/installer:2-linux
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec ./docker-entrypoint.sh: exec format error
Any solutions?
Claudio