Skip to content

Commit

Permalink
Renamed directory + new names for the docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Jan 26, 2024
1 parent 26fe656 commit 591a116
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions zulu/content.md → azul-zulu/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ To run a container of your choice, use the commands below as an example.

* Azul Zulu 17 based on Ubuntu:
```
docker run -it --rm azul/zulu-openjdk:17 java -version
docker run -it --rm azul/azul-zulu:17 java -version
```
* Azul Zulu 17 based on Debian:
```
docker run -it --rm azul/zulu-openjdk-debian:17 java -version
docker run -it --rm azul/azul-zulu-debian:17 java -version
```
* Azul Zulu 17 based on CentOS:
```
docker run -it --rm azul/zulu-openjdk-centos:17 java -version
docker run -it --rm azul/azul-zulu-centos:17 java -version
```
* Azul Zulu 17 based on Alpine:
```
docker run -it --rm azul/zulu-openjdk-alpine:17 java -version
docker run -it --rm azul/azul-zulu-alpine:17 java -version
```
* Azul Zulu 17 based on Distroless:
```
docker run -it --rm azul/zulu-openjdk-distroless:17 --version
docker run -it --rm azul/azul-zulu-distroless:17 --version
```

As the entrypoint, use:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 591a116

Please sign in to comment.