# Not able to run ros:melodic-ros-core-bionic docker image in VOXL.

Source: https://forum.modalai.com/topic/2266/not-able-to-run-ros-melodic-ros-core-bionic-docker-image-in-voxl
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl
Posted: 2023-06-14 14:48:19 UTC by Anubhav
Replies: 0 · Views: 923

## Anubhav · 2023-06-14 14:48:19 UTC

Hi, 
I am trying to get ros-melodic working in voxl. I have tried different methods. one is to directly pull the ros-melodic image for aarch64, but it didn't worked. the output is shown below. 
```
voxl:/$ docker run -it ros:melodic-ros-core-bionic
exec format error
Error response from daemon: Cannot start container 108f94e913a69c30d7c8d9dcd73efa742072a63972fd5a2e9b46151c1bdd9527: [8] System error: exec format error
```
other one is to pull ubuntu-18.04 image then do the development but I am unable to do so. 
```
voxl:/$ docker pull ubuntu:bionic
Pulling repository docker.io/library/ubuntu
Error: Status 410 trying to pull repository library/ubuntu: "<html>\r\n<head><title>410 Gone</title></head>\r\n<body>\r\n<center><h1>410 Gone</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"

```
```
voxl:/$ docker pull ubuntu:bionic-20230530
Pulling repository docker.io/library/ubuntu
Error: Status 410 trying to pull repository library/ubuntu: "<html>\r\n<head><title>410 Gone</title></head>\r\n<body>\r\n<center><h1>410 Gone</h1></center>\r\n<hr><center>openresty</center>\r\n</body>\r\n</html>\r\n"
voxl:/$ 
```
In all the cases I made sure that these immages are compatible with arm64v8 architecture.

If anyone knows how to resolve this issues, please help. 

Thanks.
