jim3692

@jim3692@discuss.online
0 Post – 4 Comments
Joined 1 weeks ago

Since it only has a receiver and not a transmitter, it's probably completely useless

4 more...

Baby don't hurt me

1 more...

Docker is not only about dependency management. It also offers service "composing", via docker compose, and network isolation for each service.

Although I personally love Nix, and I run NixOS on some of my servers, I do not believe it can replace Docker/Podman. Unless you go the NixOS Containers route.

1 more...

I am trying to understand.

Docker, which uses OCI containers that are supported by Docker, Podman, Containerd, systemd-nspawn, etc, is lock-in.

But Nix Shells, which require Nix, are not lock-in.

Also, how are you going to run Nix shells in VLANs? They run on the host's network namespace.