Hi, How do I access the CLI of the docker? When I try the console option in the menu in the docker list of Unraid it just closes the popup window straight away. If I use docker exec -it 9858ba0d21e4 /bin/sh I get an error saying it canät find /bin/sh. docker exec -it 9858ba0d21e4 /bin/sh OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory I want to add users through the CLI and not enabling user registration in the UI. From the UI i can't setup and admin either. Thanks, Jonas