Problem pushing a docker image in voxl
-
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 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-perfhw 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