2017-08-01 15:21:06 +00:00
|
|
|
jupyter-repo2docker
|
|
|
|
===================
|
2017-06-02 20:13:31 +00:00
|
|
|
|
2018-09-17 23:19:50 +00:00
|
|
|
``jupyter-repo2docker`` is a tool to **build, run, and push Docker
|
|
|
|
images from source code repositories** that run via a Jupyter server.
|
|
|
|
|
|
|
|
``repo2docker`` fetches a repository
|
2019-02-21 07:38:38 +00:00
|
|
|
(from GitHub, GitLab or other locations) and builds a container image
|
2018-08-20 11:04:01 +00:00
|
|
|
based on the configuration files found in the repository. It can be
|
|
|
|
used to explore a repository locally by building and executing the
|
2018-09-17 23:19:50 +00:00
|
|
|
constructed image of the repository, or as a means of building images that
|
|
|
|
are pushed to a Docker registry.
|
2017-06-02 20:13:31 +00:00
|
|
|
|
2019-02-21 07:38:38 +00:00
|
|
|
``repo2docker`` is the tool used by `BinderHub <https://binderhub.readthedocs.io>`_
|
|
|
|
to build images on demand.
|
|
|
|
|
2018-05-10 19:55:20 +00:00
|
|
|
Please report `Bugs <https://github.com/jupyter/repo2docker/issues>`_,
|
|
|
|
`ask questions <https://gitter.im/jupyterhub/binder>`_ or
|
|
|
|
`contribute to the project <https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md>`_.
|
|
|
|
|
2017-06-02 20:13:31 +00:00
|
|
|
.. toctree::
|
2018-09-17 23:19:50 +00:00
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Getting started with repo2docker
|
2017-06-02 20:13:31 +00:00
|
|
|
|
2017-12-07 18:50:46 +00:00
|
|
|
install
|
|
|
|
usage
|
2018-10-22 17:19:55 +00:00
|
|
|
faq
|
2018-09-17 23:19:50 +00:00
|
|
|
|
2018-09-21 23:01:53 +00:00
|
|
|
.. toctree::
|
2019-01-29 04:08:43 +00:00
|
|
|
:maxdepth: 2
|
2019-02-21 07:38:38 +00:00
|
|
|
:caption: How-To guides
|
2018-09-21 23:01:53 +00:00
|
|
|
|
|
|
|
howto/user_interface
|
|
|
|
howto/languages
|
2019-03-02 07:40:35 +00:00
|
|
|
howto/export_environment
|
2019-01-29 04:08:43 +00:00
|
|
|
howto/lab_workspaces
|
2018-09-21 23:01:53 +00:00
|
|
|
howto/jupyterhub_images
|
2018-10-22 17:19:55 +00:00
|
|
|
howto/deploy
|
2018-09-21 23:01:53 +00:00
|
|
|
|
2018-09-17 23:19:50 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2018-09-21 23:01:53 +00:00
|
|
|
:caption: Complete list of configuration files
|
2018-09-17 23:19:50 +00:00
|
|
|
|
2018-06-27 01:01:13 +00:00
|
|
|
config_files
|
2018-09-17 23:19:50 +00:00
|
|
|
|
|
|
|
.. toctree::
|
2018-10-22 17:19:55 +00:00
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Contribute to repo2docker
|
2018-09-17 23:19:50 +00:00
|
|
|
|
2018-10-22 17:19:55 +00:00
|
|
|
contributing/contributing
|
2018-11-06 07:50:25 +00:00
|
|
|
contributing/roadmap
|
2018-03-15 20:07:38 +00:00
|
|
|
architecture
|
2018-10-22 17:19:55 +00:00
|
|
|
design
|
|
|
|
contributing/tasks
|
|
|
|
contributing/buildpack
|
2018-12-14 20:20:47 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Changelog
|
|
|
|
|
|
|
|
changelog
|