Simple Docker Tutorials - A Discussion to Attract New Users #13692
Closed
tomtom215
announced in
Announcements
Replies: 1 comment
-
|
The new quickstart uses a docker image now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea to attract new user: simple ~5 minute quick start Docker tutorials
Currently there is a docker image for starrocks:dev-env but it does not deliver the "quick deploy & try" experience that developers would want when trying out a new DB or tool.
When I tried this image, I was faced with an error where it cannot run on Apple's ARM processors. Then I tried it on an AMD ThreadRipper machine (no avx512) and it still took close to 30 minutes to finish running build.sh and once it completed, I somewhat expected that I would have a running starrocks DB with BE and FE components running in a docker container.
Instead it seems I've just now compiled everything and the next steps to quickly get started loading data into the DB were unclear.
For an ideal developer experience, I would wish for an officially maintained docker image that:
Beta Was this translation helpful? Give feedback.
All reactions