Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 8c59207

Browse files
committed
README improvements
(cherry picked from commit ac5674c)
1 parent cd2f6fb commit 8c59207

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

Diff for: README.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,27 @@ Image contains cleaned [Oracle JDK 10.0.1](http://www.oracle.com/technetwork/jav
88
JDK is provided without *desktop, sources* and other unnecessary stuff except JVM and javac. Some tags have mission control included as well (check image section below).
99
So image have all *JVM* parts to run and compile *Java applications* in Docker containers.
1010

11-
There are two base images:
11+
There such tags:
1212

1313
#### *latest*
14-
Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) *(63.3MB)*
15-
16-
Image size with JDK *(319MB)*
14+
* Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) *(63.3MB)*
15+
* Image size with JDK *(319MB)*
1716

1817
#### *stretch*
19-
Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) *(55.3MB)*
20-
21-
Image size with JDK *(305MB)*
18+
* Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) *(55.3MB)*
19+
* Image size with JDK *(305MB)*
2220

2321
### Mission Control
2422

25-
Images below contains [mission control](http://www.oracle.com/technetwork/java/javaseproducts/mission-control/java-mission-control-1998576.html) as well:
23+
Images below contains [Mission Control](http://www.oracle.com/technetwork/java/javaseproducts/mission-control/java-mission-control-1998576.html) as well:
2624

2725
#### *latest-mission*
28-
Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) *(63.3MB)*
29-
30-
Image size with JDK and Mission Control *(378MB)*
26+
* Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) *(63.3MB)*
27+
* Image size with JDK and *Mission Control* *(378MB)*
3128

3229
#### *stretch-mission*
33-
Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) *(55.3MB)*
34-
35-
Image size with JDK and Mission Control *(364MB)*
30+
* Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) *(55.3MB)*
31+
* Image size with JDK and *Mission Control* *(364MB)*
3632

3733
## Usage
3834
Image have docker *USER* named **app** so you can use it for your application.

0 commit comments

Comments
 (0)