# Problem pushing a docker image in voxl

Source: https://forum.modalai.com/topic/1899/problem-pushing-a-docker-image-in-voxl
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-03-03 01:10:03 UTC by José Quintanilla
Replies: 0 · Views: 223

## José Quintanilla · 2023-03-03 01:10:03 UTC

I just added a new code to an existing docker image and I want to push the image just like this guide tell me [How to run ubuntu on voxl with docker](https://docs.modalai.com/docker-on-voxl/#download--push-a-docker-image-to-voxl) and this is what the voxl tell me:

dron@dron-Latitude-5410:~/Documents$ adb push voxl-docker-mavsdk-python-master.tgz /data/
voxl-docker-mavsdk-python-master.tgz: ...ushed. 2.0 MB/s (4539 bytes in 0.002s)
dron@dron-Latitude-5410:~/Documents$ adb shell
/ # bash

                                                         ▂▂▂▂▂▂▂▂▂▂▂▂▂          
                                                    ▂▄▆▆██▛▀▀▀▀▀▀▀▀▜████▆▆▄▂    
 ███╗   ███╗ ██████╗ ██████╗  █████╗ ██╗         ▗▆████▀▔             ▔▔▀▀▀▀▚▄  
 ████╗ ████║██╔═══██╗██╔══██╗██╔══██╗██║       ▗▟████▀     ▗██▖    ▐█   ▝▀▆▄▄▄  
 ██╔████╔██║██║   ██║██║  ██║███████║██║      ▟████▀      ▗█▘▝█▖   ▐█       ▜█▀ 
 ██║╚██╔╝██║██║   ██║██║  ██║██╔══██║██║      █▌ ▐█▌     ▗█▘  ▝█▖  ▐█       ▐▄  
 ██║ ╚═╝ ██║╚██████╔╝██████╔╝██║  ██║███████╗  ▀████    ▗█▘    ▝█▖ ▐█     ▂▄███ 
 ╚═╝     ╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝    ▀▀██▄▄                ▂▆███▀   
                                                     ▀▀██▄▄ ▀▀▆▄▄▄▄▆██▀▀▀▘      

--------------------------------------------------------------------------------
system-image: 4.0.0
kernel:       #1 SMP PREEMPT Thu Oct 13 17:57:05 UTC 2022 3.18.71-perf
--------------------------------------------------------------------------------
hw version:   VOXL
--------------------------------------------------------------------------------
voxl-suite:   0.9.4
--------------------------------------------------------------------------------

voxl:/$ cd /data/
voxl:/data$ docker load -i voxl-docker-mavsdk-python-master.tgz
Error response from daemon: open /data/tmp/docker-import-618992465/repo/voxl-docker-mavsdk-python-master.tgz/json: no such file or directory
voxl:/data$ 

I modified the codes on the package so it also push my code here is the package I'm trying to push [My image](https://drive.google.com/file/d/1MLotGFBve5T1N0nWscLiVW1fzESgWc2s/view?usp=sharing)
