rocker-org / binder

Template for RStudio on Binder / JupyterHub
GNU General Public License v2.0
69 stars 32 forks source link

config.yaml #12

Closed brooksambrose closed 7 years ago

brooksambrose commented 7 years ago

Is there a way I could inspect the config.yaml that is presumably generated for use with helm and k8s to provision a particular binder pod? I assuming the process behind binder is similar to what's documented at z2jh. I'd like to get the rocker binder image working with my own cluster but am having trouble launching the container.

brooksambrose commented 7 years ago

Figured it out, thanks. I was following the wrong docs, didn't know about https://binderhub.readthedocs.io/en/latest/setup-binderhub.html#create-config-yaml

I got my own binder hub up and running and the rocker-org/binder image is working great. Thanks!