-
Notifications
You must be signed in to change notification settings - Fork 97
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 open database #2
Comments
Not sure how you're using it. I when running it on Kubernetes I needed to mount a volume at /opt/data as the system couldn't write to that location otherwise. |
I am using it with a docker-compose file. |
You need to mount any folder to the container’s /opt/data so the ui can write sqlitedb file. Also container runs from user nobody which should be able to write to the mounted folder. |
If you don’t mount a folder to /opt/data the sqlite file will be written locally within container and this means you can’t run it with —read-only option. |
ok, thank you! |
Might be good to add this to the README. |
@rvernica I added a week ago. |
Hi roman-vynar, |
Hi,
I am using your registry UI and I see an error messages in stdout:
Error selecting from table: unable to open database file2018-05-03 10:42:53
what does this mean? should I be worried about that?
The text was updated successfully, but these errors were encountered: