Replies: 5 comments 1 reply
-
|
You could try running |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @jraymakers , i changed to below but the docker exists while running it, could you please suggest how not to exit and keep it running. CMD ["duckdb", "-c","CALL start_ui_server()"] |
Beta Was this translation helpful? Give feedback.
-
|
You can use |
Beta Was this translation helpful? Give feedback.
-
|
Sorry i tried both but it didn't work CMD ["duckdb", "-cmd","CALL start_ui_server()"] --docker exited |
Beta Was this translation helpful? Give feedback.
-
|
I resorted to using screen, gave up trying to persist it running in the container.
You can probably do the above combined with
I have it working here: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I'm trying to dockerize duckdb UI but getting error xdg-open not found. Please suggest if there is an option like duckdb -uiserver? or other ways to dockerize this.
If possible, this could bring in a whole lot of possibilities. Thanks for building this.
Beta Was this translation helpful? Give feedback.
All reactions