nulecule icon indicating copy to clipboard operation
nulecule copied to clipboard

[UNMAINTAINED] Specification describing a container-based application

Results 34 nulecule issues
Sort by recently updated
recently updated
newest added

Hello all, A number of us are working at building some tooling around nulecule and improving the spec; a notable improvement would be support for linking two parameters together in...

This change is related to config refactor in atomic app, which now generates unique section names in answers file by concatenating names from parent Nulecule to the child nulecule/graph item...

For some applications on some providers there is a need to prep the host before running (pre-hook). There is also much value in providing a method for validating an application...

enhancement
feature

This is roughly what I would vision it to be. I've copied-pasted the doc that I did with `nulecule.md` on the atomicapp repo. There's a few things missing (for example,...

- add path to storage requirement - bounced to version 0.1.0, lets start using semantic versioning! closed #193

feature

[Kubernetes' 1.2's ConfigMap](http://kubernetes.io/docs/user-guide/configmap/) is a fundamentally new resource type; the resources we're currently using to cover, say, volumes doesn't really work for it. How should we extend the nulecule spec...

This implements XPathing as per the Atomic App PR https://github.com/projectatomic/atomicapp/pull/366. Fixes issue #70. I'm not too good at modfying / changing spec information, so will need some input from @bexelbie...

feature

Please feel free to have a look at: https://github.com/projectatomic/atomicapp/blob/master/docs/nulecule.md At how I implemented this. Could we change the Nulecule spec to something that's a lot simpler / easier-to-read similar to...

It is common to need `int` values for defaults such as ports.

I am reading "Getting Started with Nulecule”, and it is quite unclear to me. I am a longtime user of docker but new to kubernettes, atomic, and nulecule. If these...

enhancement