Skip to content

Commit

Permalink
Add doc for --no-user-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 6, 2020
1 parent c3339f0 commit c9af1af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/topic/customizing-installer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@ will fail.
When pointing to a file on GitHub, make sure to use the 'Raw' version. It should point to
``raw.githubusercontent.com``, not ``github.com``.

Installing without a user environment
=====================================

Some TLJH setups take different approaches for managing user environments, for example by using ``DockerSpawner`` as a spawner
to start user servers. In this case, user environments are externally managed in Docker images.

``--no-user-env`` skips the creation of the user environment and installs the hub component only.

.. code-block:: bash
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - --no-user-env
Installing TLJH plugins
=======================

Expand Down

0 comments on commit c9af1af

Please sign in to comment.