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 56c1e4b commit 2e5a7b7Copy full SHA for 2e5a7b7
azul-zulu/content.md
@@ -47,13 +47,13 @@ Images based on the following base systems are available :
47
48
To run a container of your choice and validate its version, use the commands below as an example.
49
50
-- Azul Zulu based on Debian:`
+- Azul Zulu based on Debian: `
51
docker run -it --rm azul-zulu:<ZULU_VERSION>-debian<DISTRO_VERSION> java -version
52
`
53
-- Azul Zulu based on Alpine:`
+- Azul Zulu based on Alpine: `
54
docker run -it --rm azul-zulu:<ZULU_VERSION>-alpine<DISTRO_VERSION> java -version
55
56
-- Azul Zulu based on Rocky Linux:`
+- Azul Zulu based on Rocky Linux: `
57
docker run -it --rm azul-zulu:<ZULU_VERSION>-rockylinux<DISTRO_VERSION> java --version
58
59
0 commit comments