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
Sometimes it's good to know if a Docker image pull is happening. A good example is in BinderHub, where users don't understand why a session launch is taking much longer than normal (and it's usually because the pull operation takes a while to complete).
One way we could solve this is to have JupyterHub emit a message when a user session is launched for an image that doesn't currently exist on the node. BinderHub could then grab this message and display something to the user so they know it'll take longer than expected. I imagine administrators of JupyterHub also might find this useful as we start supporting cases where people launch a wider variety of Docker images from a JupyterHub deployment.
The text was updated successfully, but these errors were encountered:
yeah I was wondering the same thing as I posted this...not sure if Z2JH is the best place for this, so if somebody has opinions about where it should go, feel free to suggest another repo!
Sometimes it's good to know if a Docker image pull is happening. A good example is in BinderHub, where users don't understand why a session launch is taking much longer than normal (and it's usually because the pull operation takes a while to complete).
One way we could solve this is to have JupyterHub emit a message when a user session is launched for an image that doesn't currently exist on the node. BinderHub could then grab this message and display something to the user so they know it'll take longer than expected. I imagine administrators of JupyterHub also might find this useful as we start supporting cases where people launch a wider variety of Docker images from a JupyterHub deployment.
The text was updated successfully, but these errors were encountered: