Hacker News new | ask | show | jobs
by tkinz27 2197 days ago
Very large c++/python/cuda application that is packed into various different images (squashfs images, but functionally the same).

We end up having a lot of libraries that are shared across multiple images.

1 comments

Would it not be easier to just pack into different base images? Docker is very efficient with reusing these layers.