Hi all,
I’m trying to install WebODM inside a virtualbox device running Ubuntu. I’ve tried 20.04 and also 16.04 but keep running into the same issue: when I run
./webodm.sh start
it all seems to run ok and starts pulling docker images, but then fails with
ERROR: filesystem layer verification failed for digest
What am I doing wrong?
1 Like
Might be something about the nesting of Docker within VirtualBox within your base OS. If this is a Windows machine, can you install Docker for Windows and try it that way?
I wanted to build a virtualbox appliance for a friend with a much faster computer who was struggling to get odm working on it. I eventually came to the conclusion that the problem is with a bug in virtualbox’s NAT networking causing download errors.
1 Like