mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Explicitlly document that we don't support running inside docker
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.. _contributing_dev_setup:
|
||||
.. _contributing/dev-setup:
|
||||
|
||||
==================================
|
||||
Setting up Development Environment
|
||||
|
||||
@@ -14,6 +14,12 @@ you are setting this up on a bare metal server.
|
||||
It will most likely open up exploitable security holes when run directly
|
||||
on your personal computer.
|
||||
|
||||
.. note::
|
||||
|
||||
Running TLJH *inside* a docker container is not supported, since we depend
|
||||
on systemd. If you want to run TLJH locally for development, see
|
||||
:ref:`contributing/dev-setup`.
|
||||
|
||||
Goal
|
||||
====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user