{"id":20456266,"url":"https://github.com/semperos/docker-picolisp","last_synced_at":"2026-03-06T16:31:37.282Z","repository":{"id":139217843,"uuid":"132632965","full_name":"semperos/docker-picolisp","owner":"semperos","description":"32-bit PicoLisp on Ubuntu (latest)","archived":false,"fork":false,"pushed_at":"2018-05-08T19:28:09.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T10:31:43.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semperos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-08T16:01:26.000Z","updated_at":"2019-06-19T07:17:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"eae39040-c921-402d-9783-737de34003f9","html_url":"https://github.com/semperos/docker-picolisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/semperos/docker-picolisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fdocker-picolisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fdocker-picolisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fdocker-picolisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fdocker-picolisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semperos","download_url":"https://codeload.github.com/semperos/docker-picolisp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semperos%2Fdocker-picolisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30185454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-15T11:22:01.068Z","updated_at":"2026-03-06T16:31:37.259Z","avatar_url":"https://github.com/semperos.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PicoLisp Docker Build\n\nThe Dockerfile specifies an image based on `ubuntu:latest` with 32-bit [PicoLisp](https://picolisp.com/wiki/?home) installed. It creates a `pico` user with a `/home/pico` directory and `pil` and `picolisp` commands on the `PATH`.\n\n## Docker Build\n\n``` shell\ndocker build -t semperos/picolisp .\n```\n\n## Docker Run\n\nUbuntu is used as the base because PicoLisp provides a relatively rich CLI REPL experience, so running the Docker image interactively is useful. PicoLisp also has built-in HTTP server support, so the Dockefile exposes 8080 and you can map it to whatever local port you want. If you mount a local directory, the `pico` user's shell history (including PicoLisp REPL history) will be saved.\n\n``` shell\ndocker run --rm -t -i -p \u003clocal-port\u003e:8080 -v \u003clocal-dir\u003e:/home/pico semperos/picolisp\n```\n\nCaveat: PicoLisp's \"GUI\" functionality (which relies entirely on an HTTP server/client combination) exposes ports dynamically. You will not be able to leverage PicoLisp's GUI functionality with this Docker image, since I was not willing to expose and map a 20k+ port range.\n\nIn addition to PicoLisp, curl and vim are made available in the image. PicoLisp's REPL uses vim directly for certain advanced editing features.\n\n## License\n\nCopyright © 2018 Daniel Gregoire.\n\nLicensed under either of\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemperos%2Fdocker-picolisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemperos%2Fdocker-picolisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemperos%2Fdocker-picolisp/lists"}