An open API service indexing awesome lists of open source software.

https://github.com/dockersamples/dockercoins


https://github.com/dockersamples/dockercoins

Last synced: 8 months ago
JSON representation

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
```