We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d434889 commit ec1bab4Copy full SHA for ec1bab4
README.md
@@ -2,6 +2,13 @@
2
A custom Docker image containing the theia-ide for Java development
3
4
5
+## Features
6
+* Based on https://github.com/theia-ide/theia-apps/tree/master/theia-java-docker
7
+* The Java used is OpenJDK version instead of IBM one.
8
+* Java, Maven and Gradle are copied over from another Docker images instead of using the distro version.
9
+* Project dir is "/home/workspaces" instead of "/home/project"
10
+* Small footprint: about 1.62 GB instead of 2.2GB
11
+
12
## Usage
13
```
14
$ docker volume create theia_workspaces
0 commit comments