Show HN: Dksnap – Docker Snapshots for Dev and Test Data
1–5 of 5 posts
Re: Show HN: Dksnap – Docker Snapshots for Dev and Test Data
#2We made them produce a tar.gz instead. I've never understood why people put data in containers, given the alternatives that are meant for managing data
Re: Show HN: Dksnap – Docker Snapshots for Dev and Test Data
#3This reminds me of a time when someone wanted to send me 17 5Gb docker images of data, that later needed to be merged. We made them produce a tar.gz instead. I've never understood why people put data in containers, given the alternatives that are meant for managing data
Re: Show HN: Dksnap – Docker Snapshots for Dev and Test Data
#4This reminds me of a time when someone wanted to send me 17 5Gb docker images of data, that later needed to be merged. We made them produce a tar.gz instead. I've never understood why people put data in containers, given the alternatives that are meant for managing data
I think there are benefits in using containers for data management when properly implemented.
Re: Show HN: Dksnap – Docker Snapshots for Dev and Test Data
#5This reminds me of a time when someone wanted to send me 17 5Gb docker images of data, that later needed to be merged. We made them produce a tar.gz instead. I've never understood why people put data in containers, given the alternatives that are meant for managing data
I do it for development purposes of heavily data (state) dependant applications to roll back or jump to various specific scenarios very quickly