boxball icon indicating copy to clipboard operation
boxball copied to clipboard

Separate data files from image

Open droher opened this issue 5 years ago • 0 comments

The data files are currently baked into the images for each database, which is not ideal because they're a single huge layer and Docker can't share it between images even though the data is the same. Instead, the data should be left out of each image, and downloaded when the container starts. The download should first go to some general shareable volume between images, so that it gets cached and only has to be downloaded once across multiple images.

As a prerequisite i'll need to add the data upload to OneDrive/wherever as part of the build instead of something I do manually.

droher avatar Mar 28 '20 12:03 droher