This package browser is in early development. Mind the rough edges.

repo2docker 2021.08.0

Generate docker images from repositories

repo2docker fetches a repository (from GitHub, GitLab, Zenodo, Figshare, Dataverse installations, a Git repository or a local directory) and builds a container image in which the code can be executed. The image build process is based on the configuration files found in the repository. repo2docker can be used to explore a repository locally by building and executing the constructed image of the repository, or as a means of building images that are pushed to a Docker registry.

Installation

Install repo2docker 2021.08.0 as follows:

guix install repo2docker@2021.08.0

Or install the latest version:

guix install repo2docker

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.