https://github.com/ba-st/docker-pharo-vm
Docker image for Pharo VM
https://github.com/ba-st/docker-pharo-vm
docker pharo virtual-machine
Last synced: about 1 year ago
JSON representation
Docker image for Pharo VM
- Host: GitHub
- URL: https://github.com/ba-st/docker-pharo-vm
- Owner: ba-st
- License: mit
- Created: 2022-04-25T16:49:34.000Z (about 4 years ago)
- Default Branch: release-candidate
- Last Pushed: 2025-04-10T17:44:31.000Z (about 1 year ago)
- Last Synced: 2025-04-15T21:51:43.189Z (about 1 year ago)
- Topics: docker, pharo, virtual-machine
- Language: Dockerfile
- Size: 49.8 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Docker Pharo VM - Docker image for Pharo VM (Deployment)
README
# Docker image for Pharo VM
Docker image for running a headless [Pharo VM](https://github.com/pharo-project/pharo-vm)
on top of Debian 12 slim.
[](https://github.com/ba-st/docker-pharo-vm/actions/workflows/unit-tests.yml/badge.svg)
[](https://github.com/ba-st/docker-pharo-vm/actions/workflows/docker-build.yml)
[](https://github.com/ba-st/docker-pharo-vm/actions/workflows/markdown-lint.yml)
[](https://github.com/ba-st/docker-pharo-vm/releases/latest)
## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/ba-st/docker-pharo-vm/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/docker-pharo-vm/issues/new?labels=Type%3A+Feature)
## Quick start
```bash
docker run -it ghcr.io/ba-st/pharo-vm:release-candidate pharo-vm --version
```
## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)