Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 2 years ago)
- Default Branch: release-candidate
- Last Pushed: 2024-07-30T15:18:12.000Z (6 months ago)
- Last Synced: 2024-08-03T17:09:45.817Z (5 months ago)
- Topics: docker, pharo, virtual-machine
- Language: Dockerfile
- Size: 46.9 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- 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.[![Unit Tests](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/unit-tests.yml/badge.svg)
[![Docker Build](https://github.com/ba-st/docker-pharo-vm/actions/workflows/docker-build.yml/badge.svg)](https://github.com/ba-st/docker-pharo-vm/actions/workflows/docker-build.yml)
[![Markdown Lint](https://github.com/ba-st/docker-pharo-vm/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/docker-pharo-vm/actions/workflows/markdown-lint.yml)[![GitHub release](https://img.shields.io/github/release/ba-st/docker-pharo-vm.svg)](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)