{"id":22423463,"url":"https://github.com/prantlf/docker-lowjs","last_synced_at":"2026-05-13T07:04:36.756Z","repository":{"id":150431648,"uuid":"268270746","full_name":"prantlf/docker-lowjs","owner":"prantlf","description":"Docker image: Low.js (lighweight Node.js) on Alpine Linux","archived":false,"fork":false,"pushed_at":"2021-12-05T00:56:37.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T10:43:10.320Z","etag":null,"topics":["docker","docker-image","lowjs","nodejs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/prantlf/lowjs","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prantlf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-31T11:59:35.000Z","updated_at":"2023-03-19T18:47:21.000Z","dependencies_parsed_at":"2023-04-24T17:27:26.847Z","dependency_job_id":null,"html_url":"https://github.com/prantlf/docker-lowjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fdocker-lowjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fdocker-lowjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fdocker-lowjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fdocker-lowjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prantlf","download_url":"https://codeload.github.com/prantlf/docker-lowjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791899,"owners_count":20672668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","lowjs","nodejs"],"created_at":"2024-12-05T18:11:26.814Z","updated_at":"2026-05-13T07:04:36.687Z","avatar_url":"https://github.com/prantlf.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prantlf/lowjs\n\n[Docker] image: Low.js (lighweight Node.js) on Alpine Linux\n\n[![prantlf/lowjs](http://dockeri.co/image/prantlf/lowjs)](https://hub.docker.com/repository/docker/prantlf/lowjs/)\n\n[This image] is supposed to run JavaScript applications written for [Low.js], which supports a subset of [Node.js] API with much less footprint. For example, Node.js 14.3.0 needs 120 MB and Low.js 1.5.1 needs 6 MB on the disk. The price is a [limited API] and a JavaScript engine without JIT ([Duktape]). This image is built automatically on the top of the tag `latest` from the [Alpine repository], so that it is always based on the latest [Alpine Linux]. [Low.js] has to be updated from time to time by editing the Dockerfile and triggering a new build manually.\n\nIf you have trouble pulling the image from the Docker's default hub.docker.com, try gitlab.com, where [this project] is primarily maintained: `registry.gitlab.com/prantlf/docker-lowjs`.\n\n## Tags\n\n- [`latest`]\n\n## Install\n\n```\ndocker pull prantlf/lowjs\n```\n\n## Use\n\nYou can either create your own image based on this one, or you can use it directly to run a JavaScript project. The Low.js binary `/bin/low` is the default entrypoint. The directory `/root` is the default working directory. Ports 80 and 443 are exposed by default.\n\nFor example, run a script from `hello.js` in the current directory:\n\n    docker run --rm -it -v \"${PWD}\":/root \\\n      prantlf/lowjs hello.js\n\nFor example, start a web server using built-in networking modules from `server.js` in the current directory:\n\n    docker run --rm -it -v \"${PWD}\":/root -p 80:80 -p 443:443 \\\n      prantlf/lowjs server.js\n\n## Build, Test and Publish\n\nThe local image is built as `lowjs` and pushed to the docker hub as `prantlf/lowjs:latest`.\n\n    # Remove an old local image:\n    make clean\n    # Check the `Dockerfile`:\n    make lint\n    # Build a new local image:\n    make build\n    # Enter an interactive shell inside the created image:\n    make run\n    # Tag the local image for pushing:\n    make tag\n    # Login to the docker hub:\n    make login\n    # Push the local image to the docker hub:\n    make push\n\n## License\n\nCopyright (c) 2020-2021 Ferdinand Prantl\n\nLicensed under the MIT license.\n\n[Docker]: https://www.docker.com/\n[This image]: https://hub.docker.com/repository/docker/prantlf/lowjs\n[this project]: https://gitlab.com/prantlf/docker-lowjs#prantlflowjs\n[`latest`]: https://hub.docker.com/repository/docker/prantlf/lowjs/tags\n[Low.js]: https://www.neonious.com/lowjs/\n[Node.js]: https://nodejs.org/\n[limited API]: https://www.neonious.com/lowjs/documentation/nodejs-api.html\n[Duktape]: https://duktape.org/\n[Alpine repository]: https://hub.docker.com/_/alpine\n[Alpine Linux]: https://alpinelinux.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantlf%2Fdocker-lowjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprantlf%2Fdocker-lowjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantlf%2Fdocker-lowjs/lists"}