Dmitry Agafonov
Dmitry Agafonov
I was able to do it like this, building own image: ```Dockerfile FROM jforman/binder:latest RUN ["python", "manage.py", "shell", "-c", "from django.contrib.auth.models import User; User.objects.create_superuser('admin', '[email protected]', 'admin')"] ```
That was Hetzner cloud VM from Debian 11 image. Cannot say anything special... - Installed docker.io package as normal, enabled swarm mode (for single node) as per manual. - Installed...
Hi! Just found a way (for at least 13 version we use) to upgrade image quality. Add an app setting into database (default value is 90, which is not enough...