Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Average size of Docker images (or a range)? #389

Open
gavanderhoorn opened this issue Nov 11, 2020 · 3 comments
Open

Average size of Docker images (or a range)? #389

gavanderhoorn opened this issue Nov 11, 2020 · 3 comments
Labels
docker paper needed for the paper submission

Comments

@gavanderhoorn
Copy link
Member

In order to gauge storage requirements for the Docker images, I'm trying to come up with an average size which can be used to calculate a total storage volume needed to persist them.

It's more likely we have a range. That would also be OK.

@gavanderhoorn
Copy link
Member Author

@ChrisTimperley: would you have a quick figure here?

@gavanderhoorn
Copy link
Member Author

I'm also trying to figure out whether it would be possible to store diffs between Docker images.

Exporting an image to a .tar will make it impossible to exploit any caches or deduplication, which may cause storage requirements to become significantly higher.

Compression will help, but it's unclear how much.

@gavanderhoorn gavanderhoorn added docker paper needed for the paper submission labels Nov 11, 2020
@ChrisTimperley
Copy link
Member

I believe that it's possible to export multiple images to a single tar: https://stackoverflow.com/questions/35575674/how-to-save-all-docker-images-and-copy-to-another-machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker paper needed for the paper submission
Projects
None yet
Development

No branches or pull requests

2 participants