Minimal base image with Nix environment
335
Executing software from Nixpkgs:
$ docker --rm -ti datakurre/nix nix-shell -p python3 --run python
Creating local shared nix cache:
$ docker create -v /nix --name=nix datakurre/nix sh
Using the local shared nix cache:
$ docker --rm --volumes-from=nix -ti datakurre/nix nix-shell -p python3 --run python
Content type
Image
Digest
sha256:c60f732a7…
Size
88.3 MB
Last updated
almost 11 years ago
docker pull datakurre/nix