Hacker News new | ask | show | jobs
by wredcoll 810 days ago
Yeah, maybe, but the cute thing here is that docker also "statically links" the config files, history db, image directory, etc etc.
2 comments

In the same way a zip file is static linking, I guess, since Docker images are just tarred gzips. But .deb packages can include files and scripts that create directories, too.
Available in static linking via resource files.