2021-03-26 09:57:04 +07:00
|
|
|
# CUBETIQ Alpine OS Linux
|
2021-03-26 12:43:32 +07:00
|
|
|
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/cubetiq/calpine-os-linux)
|
|
|
|
![Docker Pulls](https://img.shields.io/docker/pulls/cubetiq/calpine-os-linux)
|
|
|
|
|
2021-03-26 09:57:04 +07:00
|
|
|
- Docker image
|
|
|
|
- Minimal container image
|
|
|
|
- Easy and fast runtime for serverless
|
|
|
|
|
2021-03-26 10:15:40 +07:00
|
|
|
# Build
|
|
|
|
```shell
|
|
|
|
make build
|
|
|
|
```
|
2021-03-26 12:39:11 +07:00
|
|
|
|
2021-03-26 12:46:09 +07:00
|
|
|
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-os-linux)
|
|
|
|
### Pull image
|
|
|
|
```shell
|
|
|
|
docker pull cubetiq/calpine-os-linux:latest
|
|
|
|
```
|
|
|
|
|
|
|
|
### Running container
|
2021-03-26 12:39:11 +07:00
|
|
|
```shell
|
|
|
|
docker run --rm -it cubetiq/calpine-os-linux /bin/sh
|
|
|
|
```
|
|
|
|
|
2021-03-26 09:57:04 +07:00
|
|
|
# Contributors
|
|
|
|
- Sambo Chea <sombochea@cubetiqs.com>
|