kopia lustrzana https://github.com/jupyterhub/repo2docker
moved the shiny faq below the note
rodzic
736c3dace9
commit
8ed4bf32d4
|
@ -141,6 +141,15 @@ This allows for easy testing of the container while debugging some
|
||||||
items, as well as using a fully customizable container to edit
|
items, as well as using a fully customizable container to edit
|
||||||
notebooks (among others).
|
notebooks (among others).
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Editable mode is a convenience option that will bind the
|
||||||
|
repository to the container working directory (usually
|
||||||
|
``$HOME``). If you need to mount to a different location in
|
||||||
|
the container, use the ``--volumes`` option instead. Similarly,
|
||||||
|
for a fully customized user Dockerfile, this option is not
|
||||||
|
guaranteed to work.
|
||||||
|
|
||||||
|
|
||||||
Why is my R shiny app not launching?
|
Why is my R shiny app not launching?
|
||||||
----------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------
|
||||||
|
@ -153,11 +162,4 @@ server file for the app, and run the app in the container rstudio. This way you
|
||||||
see the rstudio logs as it tries to initialise the shiny app. If you a missing a
|
see the rstudio logs as it tries to initialise the shiny app. If you a missing a
|
||||||
package or other dependency for the container, this will be obvious at this stage.
|
package or other dependency for the container, this will be obvious at this stage.
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
Editable mode is a convenience option that will bind the
|
|
||||||
repository to the container working directory (usually
|
|
||||||
``$HOME``). If you need to mount to a different location in
|
|
||||||
the container, use the ``--volumes`` option instead. Similarly,
|
|
||||||
for a fully customized user Dockerfile, this option is not
|
|
||||||
guaranteed to work.
|
|
||||||
|
|
Ładowanie…
Reference in New Issue