←back to thread

106 points cl3misch | 1 comments | | HN request time: 0.208s | source
Show context
eisbaw ◴[] No.44385893[source]
Argh, yet another way to distribute userland images. AppImages does it right by including the run-time with the image itself - no prior installation needed.

More nix less containers, btw.

E.g. docker run -ti nixery.dev/shell/cowsay bash for on-the-fly containers based on Nix.

replies(3): >>44385896 #>>44387019 #>>44391507 #
1. _joel ◴[] No.44385896[source]
fewer containers, surely :)