atomicapp
atomicapp copied to clipboard
[UNMAINTAINED] This is the reference implementation of the Nulecule container application Specification: Atomic App
``` [vagrant@centos7-adb ~]$ atomic run projectatomic/helloapache docker run -it --rm --privileged -v /home/vagrant:/atomicapp -v /run:/run -v /:/host --net=host --name helloapache -e USER -e SUDO_USER -e NAME=helloapache -e IMAGE=projectatomic/helloapache projectatomic/helloapache run...
As a deployment guy, I want use the OpenShift provider for deployment, and I want the OpenShift provide to automatically create a OpenShift Route from a parameter so that the...
In https://github.com/projectatomic/atomicapp/blob/master/atomicapp/nulecule/base.py#L117 you can see that config.globals is being referenced to be passed into the OpenShift provider. However, in a recent commit (https://github.com/projectatomic/atomicapp/commit/d08844910e44b74dee5ff5d8a68a2a1d781724cb) the 'globals' method was removed. I believe...
0.6.4 added a change to the answer file format that namespaces(?) a graph nodes name by what appears to be the container name? For example: **Valid 0.6.4** ``` [mariadb-centos7-atomicapp:mariadb-atomicapp] db_pass...
- [x] Create base test suite - [x] Create base test suite for Kubernetes - [x] Create base test suite for Docker - [x] Create base test suite for Openshift...
I've running origin 1.3 in docker containers on centos atomic host continuous. Maybe I'm doing this wrong? I've tried w/ a few different atomicapps, with the same result. I got...
Similar to the OpenShift work being done (https://github.com/projectatomic/atomicapp/pull/696), *-data certificates should be supported for the Kubernetes provider.
The CLI doesn't document how to specify where the kubernetes server you're targeting is located; it seems to always assume localhost. Surely there's a way to target remote servers?
atomicapp at 0a3939d I see this when deploying/undeploying to openshift: ``` $ myatomicapp run ./ INFO :: Atomic App: 0.6.2 - Mode: Run INFO :: Found existing external application: mariadb-centos7-atomicapp...