Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to spawn multiple images using this spawner #4

Open
akansal1 opened this issue Oct 29, 2017 · 0 comments
Open

Unable to spawn multiple images using this spawner #4

akansal1 opened this issue Oct 29, 2017 · 0 comments

Comments

@akansal1
Copy link

I am trying to use your custom spawner to enable hosting of multiple images, but I am unable to do so

I pass following information in regular dockerspawner.systemuserspawner

c.JupyterHub.spawner_class = 'dockerspawner.SystemUserSpawner'
c.SystemUserSpawner.host_homedir_format_string = '/jhub/jhub/{username}
c.DockerSpawner.remove_containers = True
c.DockerSpawner.container_image = "my-image"
c.DockerSpawner.extra_host_config = {
     'mem_limit': '2G'}

I am unable to spawn with changes you have given your readme, I am using lastest version of Jhub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant