Hacker News new | ask | show | jobs
by tuna 3887 days 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 / !
2 comments

Even 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).

Pro Tip: You don't need the dash. That's how old-school tar is!