Nixery is a Docker-compatible container registry capable of creating container images using Nix.
Currently, the focus is on targeted container image creation.
Nixery supports on-demand image creation based on
image name. Each package that the user includes in the image is specified as a component path. Path components reference top-level keys in nixpkgs and are used to create a container image using Nix functionality – buildLayeredImage.
The shell meta-package provides a base image with core components (such as bash and coreutils).
An example is available at this link.
Source: linux.org.ru
