VOXL - Issues with docker load storage space
-
Hi, we have one docker image onboard our drone that is taking up about 2.5 GB, and /data is about 45% full. This means there is more than enough space to hold more docker images, but when we try to docker load new ones or even commit changes to the one that's already on there we get an error along the lines of "no space left on device". Is there some memory somewhere else that docker needs to access in order to create / commit changes to new images that I need to clear, and if so, where is it? Most documentation on regular docker online doesn't help as the layout appears to be completely different.