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!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login