Hacker Newsnew | past | comments | ask | show | jobs | submit | mariolet's commentslogin

I'm the original author of the deck. I've created it for a talk I've presented at snowcamp.io a few weeks ago and I did not expected to find it on HN (although I'm pretty happy about that :-). That explains why a couple of slides are in french.

Unfortunately there was no recording of the talk but anyway it was in french. I will present it again at rivieradev in May but that will still be in french.


You should a blog post about it, even in French. It's really nice to put clear names on all those different patterns that people are using without knowing them.


- Copy pasting this command will start Che on most platforms:

`docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock -v ~/.che:/data eclipse/che start`.

We can't avoid mounting the docker socket but you are right we could probably avoid asking to provide a specific host folder (i.e. `~/.che`). But the downside of not providing a host folder would be that users won't have access to Che configuration files. Do you think that running command like `curl -sSL https://get.che.eclipse.org/ | sh ` would be better from a user perspective?

- We currently distribute Che in two flavours: single and multi user. Single user is the default one and if you run the command above you will run single user Che. No need to setup KeyCloak :-)

- I don't think we support Elixir yet but that's definitely something we would like to do. Do you know if there is any reliable Elixir language server?


I think the goal should be getting rid of all of the parameters so people who've used docker before don't need to look up how to start it and people who've not used docker before get a more legible command to paste.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: