nix-docker icon indicating copy to clipboard operation
nix-docker copied to clipboard

Docker images for the Nix package manager

Results 18 nix-docker issues
Sort by recently updated
recently updated
newest added

I followed the instructions to add an entry to /var/root/.ssh/config, which worked until a macOS system update (to 12.4) deleted that file. It's infeasible for me to reproduce this problem,...

I'm following the macOS-nix-docker guide [here](https://medium.com/@zw3rk/provisioning-a-nixos-server-from-macos-d36055afc4ad). I installed `nix-darwin` with ```bash nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer ./result/bin/darwin-installer ``` and I've set ```yaml nix.distributedBuilds = true; nix.buildMachines = [ { hostName =...

Your `ssh/machines` file always points to `/etc/nix/docker_rsa` when it tries to connect to the container, so your instructions for single user installations won't work. I have updated your README.md to...

I've just run the convenience script start-docker-nix-build-slave and the ssh test succeeds with a warning about an incorrect signature type. How might that signature type be fixed? ``` % source...

There are two issues here: 1. Updating the docker host ip (see TODO in the code). 2. It seems that Docker has a desktop app for macOS, which handles all...

My use case here to make cachix (https://cachix.org/) works out of the box, in a gitlab runner, but all those changes are standard. I've done small changes to make complex...

So I may have gone overboard and rewritten the bootstrap script into something fancier. Unsure if this is something you'd want as part of the project but I'm finding it...

Using the `delegate` flag, file sharing with Docker is quite fast. It would be great to have a minimal image that just needs nix to be installed on macos, and...