Description
Hello,
I've been trying to run it on a Raspberry Pi running Ubuntu 20.10 but it won't finish booting. Seeing the errors has given me the feeling that the problem is that the containers are for amd64 and the architecture where I am running it is arm64.
I'm starting with docker and I don't handle much. Is there a way to compile to work on this architecture?
urllib3.connectionpool._make_request: http://localhost:None "GET /v1.25/images/fametec/bacula-client:11.0.5/json HTTP/1.1" 200 None compose.cli.verbose_proxy.proxy_callable: docker inspect_image -> {'Architecture': 'amd64',
urllib3.connectionpool._make_request: http://localhost:None "POST /v1.25/containers/create?name=docker_bacula-fd_1 HTTP/1.1" 201 232 compose.cli.verbose_proxy.proxy_callable: docker create_container -> {'Id': '60e43b571ba5f36a17abc5d93052e23954b8b0dc21c419f18f58204e1f6b5536', 'Warnings': ["The requested image's platform (linux/amd64) does not match the " 'detected host platform (linux/arm64/v8) and no specific ' 'platform was requested']}
Thank you very much for your great work