TimeBase-CE icon indicating copy to clipboard operation
TimeBase-CE copied to clipboard

epam/timebase-ws-server:latest doesn't run properly on Apple M1 (arm64 architecture)

Open srtvasu opened this issue 3 years ago • 2 comments
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"

srtvasu avatar Apr 28 '22 13:04 srtvasu

Please add the flag –platform linux/arm64 when you start docker, like

docker run -d \
    --platform linux/amd64 \ ...

alex-karpovich avatar May 03 '22 19:05 alex-karpovich

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!

maoo avatar Oct 09 '23 14:10 maoo