Skip to content

Commit f6ba25b

Browse files
committed
[GR-48325] Update Docker run command for native-image OCR container.
PullRequest: graal/15458
2 parents 4526368 + 09f9d4d commit f6ba25b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/getting-started/graalvm-enterprise/container-images/graalvm-ee-container-images.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Oracle GraalVM container images are published in two OCR repositories: **jdk** a
2121
Both repositories provide container images for AMD64 and AArch64 processor architectures, with a choice of Oracle Linux versions 7, 8, or 9.
2222

2323
Oracle GraalVM is installed in `/usr/lib64/graalvm/graalvm-java<$FeatureVersion>` where `<$FeatureVersion>` is `17`, `20`, etc.
24-
For instance, Oracle GraalVM for JDK 17 is installed in `/usr/lib64/graalvm/graalvm-java17`. All binaries, including `java`, `javac`, `native-image`, and other binaries are available as global commands via the `alternatives` command.
24+
For instance, Oracle GraalVM for JDK 17 is installed in `/usr/lib64/graalvm/graalvm-java17`.
25+
All binaries, including `java`, `javac`, `native-image`, and other binaries are available as global commands via the `alternatives` command.
2526

2627
## Tags
2728

@@ -36,10 +37,10 @@ The following tags are listed from the most-specific tag (at the top) to the lea
3637
The most-specific tag is unique and always points to the same image, while the less-specific tags point to newer image variants over time.
3738

3839
```
39-
17.0.8-ol9-20230725
40-
17.0.8-ol9
41-
17.0.8
42-
17-ol9
40+
17.0.8-ol9-20230904
41+
17.0.8-ol9
42+
17.0.8
43+
17-ol9
4344
17
4445
```
4546

@@ -78,7 +79,7 @@ The most-specific tag is unique and always points to the same image, while the l
7879
3. To verify, start the container and enter the Bash session:
7980

8081
```bash
81-
docker run -it --rm container-registry.oracle.com/graalvm/native-image:17 bash
82+
docker run -it --rm --entrypoint /bin/bash container-registry.oracle.com/graalvm/native-image:17
8283
```
8384

8485
To check the version of Oracle GraalVM and its installed location, run the `env` command from the Bash prompt:

0 commit comments

Comments
 (0)