Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Cloud9

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Java/Scala support is not ready at this time.

Docker Images for Cloud9

  1. cloud9-docker is a good docker image for cloud9 IDE. You are able to attach a local directory as …

Tips on Eclipse Che

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

You can launch an Eclipse Che server using the command below.

docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /workdir/che:/data eclipse/che start

The …