nulecule
nulecule copied to clipboard
[UNMAINTAINED] Specification describing a container-based application
This is a tentative issue / discussion for persistent storage as well as persistent storage types as a continuation of issue #181 @goern I agree with you in regards to...
I don't think we use "atomicapp build" anymore. Just docker build. https://github.com/projectatomic/nulecule/blob/master/images/NuleculeHigh-LevelStory.png
Not sure what is wrong with this example but the wordpress container in the kubernetes pod just keeps restarting and the logs from one of them is: ``` $ docker...
## Problem statement Currently params work with simple substitution. You need to specify the param name prefixed with `$` in the artifact and it's then replaced with the value given...
As an atomicapp developer I would like to be able to define some parameters which are autogenerated from a pattern So that I can avoid having to provide values which...
Shortcomings with current answers/params structure towards implementing nested Nulecule application
# Problem statement The way it is now, Nulecule apps are not that reusable. It's easier for us to add dependencies internally, rather than, add external dependency. This can be...
### Problem Statement Some of the Nulecule applications in the [nulecule-library](https://github.com/projectatomic/nulecule-library), such as MariaDB and MongoDB, can only be used once within an application's (nested) graph, because the Pod and...
## Problem statement Docker compose is, in many ways, analogous to a Nulecule file. Services in Docker compose YAML file is analogous to items in the `graph` in a Nulecule...
The current nulecule spec appears to have objects needed to describe container objects and some resource requirements for individual containers. I do not see any elements specifically defined to express...
@kbsingh suggested about renaming atomicapp examples. Presently the example names contain name of the base image used and "atomicapp" in the name. The motivation behind renaming is to provide closer...