Ratnadeep Debnath

Results 63 comments of Ratnadeep Debnath

@dustymabe > undeploy() needs to know to ignore errors and attempt to remove each artifact. Good point :+1:

@dustymabe Pushed changes for atomic deployment on Openshift provider as well.

:+1: @charliedrage, as I had already worked with `docker-py` in the past, I will start with migrating the `docker` provider to use `docker` API.

On Feb 4, 2016 2:19 AM, "Charlie Drage" [email protected] wrote: > Okay, I think this may be outside the scope of atomicapp imo.. > > If there's a library or...

@charliedrage Can we use `get_context()` to supply normalized config data to a provider? Usage: https://github.com/projectatomic/atomicapp/blob/cdk2-beta3-rc1/atomicapp/nulecule/base.py#L276 Code: https://github.com/projectatomic/atomicapp/blob/cdk2-beta3-rc1/atomicapp/nulecule/lib.py#L49 Will the above solve this issue?

Implementing docker-compose should be pretty straigt forward. I see following steps involved: - Render docker compose YAML file - Run the rendered docker compose YAML file using docker-compose command -...