You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating certificates and env settings from the main repo:
59
-
60
59
- sometimes it is necessary to grab new certificates if the old ones expired (from the main Cogstack-NiFi repo)
61
60
- from the main repo directory, execute `bash scripts/update_env_cert_from_nifi_repo.sh`
62
61
@@ -101,3 +100,7 @@ Change the coresponding variables in [env/jupyter.env](./env/jupyter.env):
101
100
102
101
It is possible to configure a `scratch` folder/partition that is just a volume that will be shared by multiple users belonging to the same group.
103
102
This feature is currently experiemntal, it requires admins to add users to the same group and then define a folder to be shared (difficult as it is mainly done via config file at present) .
103
+
104
+
## DEVELOPING
105
+
106
+
Please make sure to set DOCKER_JUPYTER_HUB_CONTAINER_NAME="cogstack-jupyter-hub-dev" in the `env/jupyter.env` otherwise singleuser containers won't be able to start.
0 commit comments