repo2docker/tests/venv/start/start-script
Tim Head 286f56c391 Split out tests, tweak docs, and a style change
This splits out the test for the launch script from the postBuild script
test. Makes some adjustments to the documentation of the launch script
functionality and applies some pythonista styling.
2018-08-15 17:10:53 +02:00
..
README.rst Split out tests, tweak docs, and a style change 2018-08-15 17:10:53 +02:00
start Split out tests, tweak docs, and a style change 2018-08-15 17:10:53 +02:00
verify Split out tests, tweak docs, and a style change 2018-08-15 17:10:53 +02:00

README.rst

System - launch scripts
-----------------------

It is possible to run `start` scripts before your notebook server starts.
This is useful to set environment variables or perform last minute
configurations.

In this example we set a environment variable in the `start` script.