760
Stop use docker (lemmy.world)
submitted 1 week ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 36 points 1 week ago

Nix user arrives to the room.

[-] [email protected] 10 points 1 week ago
[-] [email protected] 15 points 1 week ago

Nix can build you a bit-to-bit exact environment for your app. It is a superior environment, but is hard to use in the beginning and users can feel snobby sometimes. It is awesome, but YMMV.

[-] [email protected] 5 points 1 week ago

How do you separate Nix programs from the rest of the system?

[-] [email protected] 9 points 1 week ago* (last edited 1 week ago)

It creates a set of symlinks so every program sees exactly the dependencies it needs.

https://nixos.org/guides/nix-pills/09-automatic-runtime-dependencies#automatic-runtime-dependencies

You can also create a container:

https://nixos.wiki/wiki/NixOS_Containers

Or you can create reproducible docker containers with nix:

https://dev.to/anurag_vishwakarma/a-better-way-to-build-reproducible-docker-images-with-nix-2k59

The secret sauce with nix is reproducibility. If it builds once, it will continue building exactly like that forever. Bit by bit.

[-] [email protected] 2 points 1 week ago

That's very interesting, I was aware of how NixOS separated dependency versions but I didn't know it natively supported containers.

this post was submitted on 28 Jun 2024
760 points (94.7% liked)

Programmer Humor

18292 readers
1464 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS