boxlang-docker
Installation
SKILL.md
BoxLang with Docker
Overview
BoxLang ships three official Docker images for different use cases: a headless
CLI image, a MiniServer web runtime, and a MiniServer + Nginx reverse-proxy
image. All images are available in Debian (default) and Alpine (-alpine) flavors
and as nightly snapshots (-snapshot).
Image Reference
| Image | Purpose | Default port |
|---|---|---|
ortussolutions/boxlang:cli |
Run scripts, REPL, batch jobs | — |
ortussolutions/boxlang:miniserver |
Standalone web server | 8080 |
ortussolutions/boxlang:miniserver-nginx |
Web server + Nginx reverse proxy | 80 |