Skip to content

Commit a5f5ce2

Browse files
committed
docs: update config wording
1 parent 2aa48b4 commit a5f5ce2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

oci/jre/documentation.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ docker:
2121
config:
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

3635
override_tracks:
3736
# Tracks release from legacy repo

0 commit comments

Comments
 (0)