Как поднять Teleport в Docker на архитектуре arm64?

Пытаюсь установить Teleport командой:

docker run --hostname localhost --rm \
  --entrypoint=/bin/sh \
  -v ~/teleport/config:/etc/teleport \
  quay.io/gravitational/teleport:9.0.1 -c "teleport configure > /etc/teleport/teleport.yaml"

Но я получаю сообщение об ошибке:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:228: exec user process caused: exec format error

Когда я добавляю --platform linux/amd64, я получаю ошибку формата:

standard_init_linux.go:228: exec user process caused: exec format error.

Ответы (0 шт):