An open API service indexing awesome lists of open source software.

https://github.com/ltgcgo/stratus

☕️ JavaScript runtime containers (Deno, Bun, Node.js).
https://github.com/ltgcgo/stratus

bun-js container deno denoland docker nodejs podman

Last synced: 3 months ago
JSON representation

☕️ JavaScript runtime containers (Deno, Bun, Node.js).

Awesome Lists containing this project

README

          

# stratus

☕️ JavaScript runtime containers.

Place bundled scripts under `/root/index.js` to run them.

## Variants
* `node` runs the latest Node.js LTS on the rolling Alpine.
* `nodenext` runs the latest Node.js on the rolling Alpine.
* `deno` runs the latest Deno available on the rolling Alpine.
* `denonext` runs the latest Deno via the latest `glibc`-enabled Alpine.
* `bun` runs the latest Bun via the latest `glibc`-enabled Alpine.