6 ms·
docker brought back the frenzy of delivering software in a tarball just like slackware in the past. Long live patrick volkerdig and tar -zxvf ... -C / !
by tuna 11y ago
docker brought back the frenzy of delivering software in a tarball just like slackware in the past. Long live patrick volkerdig and tar -zxvf ... -C / !
- GPGPU 11y agoPro Tip: You don't need the dash. That's how old-school tar is!
- TheDong 11y agoEven though Docker's disk and transport format are technically tar, I think that this is still a wrong statement. tarballs are ubiquitous already. Docker actively hides that it uses tarballs (it abstracts away all interactions with them, to the point that it really is an implementation detail excluding docker export/import).