repo2docker/docs/source/index.rst

29 wiersze
793 B
ReStructuredText
Czysty Zwykły widok Historia

2017-08-01 15:21:06 +00:00
jupyter-repo2docker
===================
2017-06-02 20:13:31 +00:00
2017-08-01 15:21:06 +00:00
**jupyter-repo2docker** is a tool to build, run, and push Docker
images from source code repositories. repo2docker fetches a repo
(e.g., from GitHub or other locations) and builds a container image based
2018-07-05 18:25:43 +00:00
on the configuration files found in the repo. It can be used to explore a
repository locally by building and executing the constructed image of the
repository.
2017-06-02 20:13:31 +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-08-01 15:21:06 +00:00
Site Contents
-------------
2017-06-02 20:13:31 +00:00
.. toctree::
2018-06-27 01:01:13 +00:00
:maxdepth: 1
2017-06-02 20:13:31 +00:00
2017-12-07 18:50:46 +00:00
install
usage
2018-06-27 01:01:13 +00:00
config_files
faq
2018-07-16 12:35:12 +00:00
deploy
2018-03-15 20:07:38 +00:00
design
architecture
dev_newbuildpack