# Docker fails to start container

Source: https://forum.modalai.com/topic/297/docker-fails-to-start-container
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2021-06-24 13:50:34 UTC by a w
Replies: 1 · Views: 442

## a w · 2021-06-24 13:50:34 UTC

Unable to run some docker images showing error "exec format error response from daemon: cannot start container". I have tried running the official image of ubuntu from docker hub.
/ # docker run -it --rm ubuntu:latest
exec format error
Error response from daemon: Cannot start container 8f912fa18ce40551c9754cedb3e065138dc915e9edee283306e19a32c80b8a6c: [8] System error: exec format error

## Reply by modaltb (ModalAI staff) · 2021-06-24 15:52:02 UTC

Hi @a-w ,

If you're running on target, you'll need an arm64 container flavor (not x86/64), see this docker file as an example:

https://gitlab.com/voxl-public/voxl-docker-images/voxl-docker-mavsdk-python/-/blob/master/Dockerfile#L1
