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

## user story As a deployment guy I want to inject/set an environment variable so that it is accessible from within the application ## Rational Most applications that require a...

feature

This issue aims to define the lifecycle of a multi container application. A first working draft is at https://gist.github.com/goern/d8910ba7a10ff26bc8f2 it is related to - https://github.com/projectatomic/atomicapp/issues/184 - https://github.com/projectatomic/atomicapp/issues/159 - https://github.com/projectatomic/atomicapp/issues/142

enhancement

We have some examples[1] that specify building an atomic app. I think this is a leftover from a previous behavior. [1] https://github.com/projectatomic/nulecule/blob/master/examples/guestbook-go/README.md https://github.com/projectatomic/nulecule/blob/master/examples/redis-centos7-atomicapp/README.md

enhancement

## Background I'm working on a tool called atomicapp-builder [1], that should be able to rebuild a whole Nulecule app based on a given Nulecule file and cccp-index [2]. ##...

I cannot maintain the spec in its current form. Adding to the spec requires us to guess the next version number, create a directory with that number, copy over the...

This is just a placeholder to consider yet another parameter scope: those params that are only related to a specific provider. We expect some providers to have many more parameters...

This from [email protected]: provide provision for localization of the description fields, something along the lines of: ``` description: This is CSS on top of Wordpress description: {lang: zh-CN} 样式表为WordPress ```

enhancement

As as developer I want to write applications and package them up as a Nulecule, and would like to address external services, so that we can use for example public...

feature

Since I've started working with Nulecule, I've been hitting this problem - there are basically 2 types of images one needs to speak of: - "meta images" - the images...

Since ELK stack seems to be common use-case, we could add it as an example under `nulecule/examples/`. I'm willing to become a secondary owner for this under guidance from a...