Y
Hacker News
new
|
ask
|
show
|
jobs
by
john-shaffer
835 days ago
But Nix is the best way to build images for dockerc.
1 comments
pxc
835 days ago
Nix can generate fat binaries for you all by itself; you can just skip dockerc. It's a one-liner:
# nix bundle nixpkgs#hello # ./hello Hello, world!
https://news.ycombinator.com/item?id=39632011
link