TimeBase-CE
TimeBase-CE copied to clipboard
epam/timebase-ws-server:latest doesn't run properly on Apple M1 (arm64 architecture)
trafficstars
When I start the epam/timebase-ws-server:latest on apple M1 laptop, the container doesn't start properly and it heads into unhealthy status quickly. When I start the container, I also get the following warning "WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested"
Please add the flag –platform linux/arm64 when you start docker, like
docker run -d \
--platform linux/amd64 \ ...
Hi @alex-karpovich and @srtvasu ! Could you please confirm a) if instructions provided by Alex address the issue and b) if instructions are reported somewhere in the docs?
Thanks!