From 19e2ba787adc9ecb106712f784a83de3cb6035e9 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 14:25:32 +0700 Subject: [PATCH] Add readme with docker and build guide --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 5fe79c3..db4e361 100644 --- a/README.md +++ b/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 \ No newline at end of file