Add link from Dockerfile config file to debug usage

pull/1271/head
Matt Fisher 2023-05-18 11:41:45 -06:00
rodzic c2a3750556
commit f610e1bbb5
Nie znaleziono w bazie danych klucza dla tego podpisu
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -245,5 +245,9 @@ With Dockerfiles, a regular Docker build will be performed.
.. note::
If a Dockerfile is present, all other configuration files will be ignored.
If you're working on an existing project and need the `Dockerfile` escape
hatch, you can :ref:`view the generated Dockerfile
<usage-debugging-with-debug-and-no-build>`.
See the `Advanced Binder Documentation <https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html>`_ for
best-practices with Dockerfiles.

Wyświetl plik

@ -106,6 +106,8 @@ by ``repo2docker`` to see how to configure the build process.
:ref:`configuration files <config-files>`.
.. _usage-debugging-with-debug-and-no-build:
Debugging repo2docker with ``--debug`` and ``--no-build``
=========================================================