Add example Source-to-Image scripts for building custom notebook images.

This commit is contained in:
Graham Dumpleton
2018-02-18 20:58:32 +11:00
parent 65f1c4bea0
commit bad4f68608
2 changed files with 42 additions and 0 deletions

5
examples/source-to-image/run Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Start up the notebook instance.
exec start-notebook.sh "$@"