Hacker News new | ask | show | jobs
by toomuchtodo 2324 days ago
Container file system layers are based off of tar files; some folks prefer containers for data management due to the tooling available vs tar/gzip. You can compose using a Dockerfile, version with hashes, label, and push/pull/transfer with registries.

I think there are benefits in using containers for data management when properly implemented.