Hacker News new | ask | show | jobs
by thebsdbox 3189 days ago
As part of a competition before the last DockerCon I managed to get a container down to 69B

Details: http://thebsdbox.co.uk/in-pursuit-of-a-tinier-binary-er/

Code: https://gist.github.com/thebsdbox/29e395299f89b52214b66269f5...

3 comments

Is "69 bytes" for the binary, or for the whole container image? I would expect at least some metadata.
Nice! I did something similar a few years back as a bit of a joke at work, and best I could come up with was 345 bytes ...

    mov    rax,34 ; pause()
    syscall
Nice.