My jupyterhub instance is running in a docker container. not able to login to the jupyterhub as admin. i created a user
adduser and provided the privileges to the user. but when i signed in to the jupytehub notebook the admin block is not available.
i even tired this, docker exec -it jupyterhub bash and then passwd root to set the password of root.
After that, i tried to login with the username "root" and password. However, root admin always returned "Spawn failed" error.
Only normal user which is created in docker container can get spawn successfully.
Did anyone know the solution?
