S
S
Slava Rozhnev2021-12-24 15:32:55
ARM
Slava Rozhnev, 2021-12-24 15:32:55

Docker Ubuntu:20.04 not starting on arm64 host?

Created a simple Dockerfile:

FROM ubuntu:20.04

CMD ["bash"]


I make a build on a Windoiws or Ubuntu host - everything builds and runs without problems
I do the same on a host with Arm64 (Oracle Cloud) - the build runs without problems, but crashes at startup

Who has experience with dockers on Arm64, what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-12-24
@rozhnev

You need: arm64v8/ubuntu:20.04, not ubuntu:20.04, which is for x86 (amd64)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question