nulecule-library
nulecule-library copied to clipboard
A set of nulecule-ized applications that can be used for reference or as part of your applications
Mind arching this too @jzb @aweiteka ?
The centos/postgres image does not appear to be available anymore. https://hub.docker.com/r/centos/postgresql/tags/
We'd like to use mattermost as an open source alternative to slack/hipchat. It would be nice if we had an mattermost in the nulecule-library.
The readme says `atomic run projectatomic/guestbook-go-atomicapp` but the name in docker hub is actually `projectatomic/guestbookgo-atomicapp`. We should update the readme or update the docker hub repo.
Testing docker provider will be easy. Biggest challenge will probably be how to test them on Kubernetes.
Even if we put them in some other space, shouldn't all the examples be built and ready for a pull?
Should conform to how k8s does it officially: https://github.com/kubernetes/kubernetes/blob/master/examples/guestbook-go/guestbook-service.json
Added a nulecule for Apache Cassandra, with the environment options taken as specified at https://hub.docker.com/_/cassandra/.
Seems that the latest `docker pull openshift/origin` has broken persistent storage security constraints. ``` sh 1459269937 - [ERROR] - providers/openshift.py - 403 {u'status': u'Failure', u'kind': u'Status', u'code': 403, u'apiVersion': u'v1',...
Seems that most readme's are all over the place, let's make it a lot more clearer (how to run on atomic cli, atomicapp, etc.) as well as what to look...