https://github.com/dockersamples/dockercoins
https://github.com/dockersamples/dockercoins
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dockersamples/dockercoins
- Owner: dockersamples
- License: other
- Created: 2018-04-04T20:23:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T10:20:27.000Z (over 1 year ago)
- Last Synced: 2025-02-25T13:53:12.993Z (over 1 year ago)
- Language: HTML
- Size: 120 KB
- Stars: 71
- Watchers: 10
- Forks: 128
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dockercoins
This is the demo application originally used in Jérôme Petazzoni's [orchestration workshop](https://github.com/jpetazzo/container.training).
[Kubernetes Hands-on Workshop](https://training.play-with-kubernetes.com/kubernetes-workshop/)
```
rng = web service generating random bytes
hasher = web service computing hash of POSTed data
worker = background process using rng and hasher
webui = web interface to watch progress
```