Sign inSign up

datakurre/nix

By datakurre

•Updated almost 11 years ago

Minimal base image with Nix environment

Image
1

335

datakurre/nix repository overview

⁠Nix image for Docker

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

Tag summary

Content type

Image

Digest

sha256:c60f732a7…

Size

88.3 MB

Last updated

almost 11 years ago

docker pull datakurre/nix