docker load -i roskinetic-xenial-opencv.tar gives no such file or directory error
-
I'm trying to build a customized version of the roskinetic docker image mentioned in the docs. I added opencv, cv_bridge, and other misc dependencies to the roskinetic-xenial docker image by installing them with
aptinside the image, committing the changes to a new image (roskinetic-xenial:opencv), runningdocker save roskinetic-xenial:opencv > roskinetic-xenial-opencv.tar, and runningadb push roskinetic-xenial-opencv /data/. I get this error when I rundocker load -i roskinetic-xenial-opencv.tarinside/data/:Error response from daemon: open /data/tmp/docker-import-737782374/repo/a36ddef81cb09cd9fa7749e7d29fe7ff252301cb330d369f05648c681e726448/layer.tar: no such file or directory.I tried deleting the contents of
/data/tmpand restarting VOXL to no avail. I was able to get the original roskinetic-xenial:v1.0 docker image running following the docs linked above, but for some reason, this customized docker image isn't loading. -
Actually, using
docker importfixed it, nvm!
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login