File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,17 +21,16 @@ docker:
2121config :
2222 TZ :
2323 type : env
24- description : jre is configurable with a timezone value for Java process execution.
25- default : ' UTC'
24+ description : Configures the timezone value for Java process execution.
2625 ' `-v <host-path>:/app` ' :
2726 type : mount
28- description : jre is configurable with a host mount to provide compiled classes or application files.
27+ description : Configure with a host mount to provide compiled classes or application files.
2928 ' `exec java <args>` ' :
3029 type : app
31- description : jre is executed with Java command arguments or classpath options.
30+ description : Execute with Java command arguments or classpath options.
3231 ' `--rm` ' :
3332 type : other
34- description : jre is runnable with automatic container cleanup after exit.
33+ description : Run with automatic container cleanup after exit.
3534
3635override_tracks :
3736 # Tracks release from legacy repo
You can’t perform that action at this time.
0 commit comments