Add readme with docker and build guide

This commit is contained in:
Sambo Chea 2021-03-26 14:25:32 +07:00
parent f27ee449f1
commit 19e2ba787a

View File

@ -1,8 +1,26 @@
# CUBETIQ Alpine OS Linux Openjdk JRE 11
![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)
- Openjdk JRE 11
- Khmer fonts support
- UTF-8 Unicode
- Timezone default Phnom Penh
# 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
# Contributors
- Sambo Chea <sombochea@cubetiqs.com>