Add readme with docker and build guide
This commit is contained in:
parent
f27ee449f1
commit
19e2ba787a
18
README.md
18
README.md
@ -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>
|
Loading…
Reference in New Issue
Block a user