kopia lustrzana https://github.com/jupyterhub/repo2docker
29 wiersze
793 B
ReStructuredText
29 wiersze
793 B
ReStructuredText
jupyter-repo2docker
|
|
===================
|
|
|
|
**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
|
|
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.
|
|
|
|
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>`_.
|
|
|
|
|
|
Site Contents
|
|
-------------
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
install
|
|
usage
|
|
config_files
|
|
faq
|
|
deploy
|
|
design
|
|
architecture
|
|
dev_newbuildpack
|