Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ba-st/docker-pharo-runtime
Docker image for Pharo
https://github.com/ba-st/docker-pharo-runtime
docker pharo
Last synced: about 2 months ago
JSON representation
Docker image for Pharo
- Host: GitHub
- URL: https://github.com/ba-st/docker-pharo-runtime
- Owner: ba-st
- License: mit
- Created: 2022-04-26T12:45:31.000Z (over 2 years ago)
- Default Branch: release-candidate
- Last Pushed: 2024-07-30T17:26:26.000Z (6 months ago)
- Last Synced: 2024-08-03T17:09:43.920Z (5 months ago)
- Topics: docker, pharo
- Language: Shell
- Size: 32.2 KB
- Stars: 5
- 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 Runtime - Docker image for Pharo (Deployment)
README
# Docker image for Pharo
[![Unit Tests](https://github.com/ba-st/docker-pharo-runtime/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/ba-st/docker-pharo-runtime/actions/workflows/unit-tests.yml)
[![Docker Build](https://github.com/ba-st/docker-pharo-runtime/actions/workflows/docker-build.yml/badge.svg)](https://github.com/ba-st/docker-pharo-runtime/actions/workflows/docker-build.yml)
[![Markdown Lint](https://github.com/ba-st/docker-pharo-runtime/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/docker-pharo-runtime/actions/workflows/markdown-lint.yml)[![GitHub release](https://img.shields.io/github/release/ba-st/docker-pharo-runtime.svg)](https://github.com/ba-st/docker-pharo-runtime/releases/latest)
## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/ba-st/docker-pharo-runtime/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/docker-pharo-runtime/issues/new?labels=Type%3A+Feature)## Quick start
```bash
docker run -it ghcr.io/ba-st/pharo:v11.0.0 pharo --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)