jupyter-build2docker#
jupyter-build2docker is a tool to build, run, and push Docker
images from source code repositories.
build2docker 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.
build2docker 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.
build2docker is the tool used by BinderHub
to build images on demand.
Please report Bugs, ask questions or contribute to the project.
Getting started with build2docker
- Getting Started
- How-to Guides
- Configure the user interface
- Choose languages for your environment
- How to automatically create a
environment.ymlthat works with build2docker - Share JupyterLab Workspaces with a repository
- Deal with breaking changes in build2docker
- Build JupyterHub-ready images
- Using
build2dockeras part of your Continuous Integration - Change the base image used by Docker
- Configuring your repository
Contribute to build2docker
Changelog