calpine-openjdk11/README.md

27 lines
629 B
Markdown
Raw Permalink Normal View History

2021-03-26 14:09:37 +07:00
# CUBETIQ Alpine OS Linux Openjdk JRE 11
2021-03-26 14:25:32 +07:00
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-openjdk11)
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-openjdk11)
2021-03-26 14:09:37 +07:00
- Openjdk JRE 11
- Khmer fonts support
- UTF-8 Unicode
- Timezone default Phnom Penh
2021-03-26 14:25:32 +07:00
# Build
```shell
make build
```
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-openjdk11)
### Pull image
```shell
docker pull cubetiq/calpine-openjdk11:latest
```
### Running container
```shell
docker run --rm -it cubetiq/calpine-openjdk11 /bin/sh
2021-03-26 14:27:53 +07:00
```
2021-03-26 14:25:32 +07:00
2021-03-26 14:09:37 +07:00
# Contributors
- Sambo Chea <sombochea@cubetiqs.com>