calpine-os-linux/README.md

17 lines
279 B
Markdown
Raw Normal View History

2021-03-26 09:57:04 +07:00
# CUBETIQ Alpine OS Linux
- Docker image
- Minimal container image
- Easy and fast runtime for serverless
# Build
```shell
make build
```
2021-03-26 12:39:11 +07:00
# Running container
```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>