repo2docker/docs/source/index.rst

43 wiersze
1.3 KiB
ReStructuredText
Czysty Zwykły widok Historia

2017-08-01 15:21:06 +00:00
jupyter-repo2docker
===================
2017-06-02 20:13:31 +00:00
``jupyter-repo2docker`` is a tool to **build, run, and push Docker
images from source code repositories**.
``repo2docker`` fetches a repository
(from GitHub, GitLab, Zenodo, Figshare, Dataverse installations, a Git repository or a local directory)
2019-08-07 16:02:21 +00:00
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.
2017-06-02 20:13:31 +00:00
``repo2docker`` is the tool used by `BinderHub <https://binderhub.readthedocs.io>`_
to build images on demand.
Please report `Bugs <https://github.com/jupyterhub/repo2docker/issues>`_,
`ask questions <https://gitter.im/jupyterhub/binder>`_ or
`contribute to the project <https://github.com/jupyterhub/repo2docker/blob/HEAD/CONTRIBUTING.md>`_.
2017-06-02 20:13:31 +00:00
.. toctree::
:maxdepth: 2
:caption: Getting started with repo2docker
2017-06-02 20:13:31 +00:00
2019-11-26 23:43:07 +00:00
getting-started/index
howto/index
configuration/index
.. toctree::
2018-10-22 17:19:55 +00:00
:maxdepth: 2
:caption: Contribute to repo2docker
2019-11-26 23:43:07 +00:00
contributing/index
2018-12-14 20:20:47 +00:00
.. toctree::
:maxdepth: 2
:caption: Changelog
changelog