Charlie Drage

Results 133 issues of Charlie Drage

We'll have to either: - Setup an `~/.atomicapp/config` with a configuration setting for the index location or - Supply it via CLI such as atomicapp index list --index-location=foobar

The cockpit project refactored the Kubernetes provider and during the refactor removed Nulecule. Whether or not it will be added in the future is up-in-arms. Let's remove Cockpit from Atomic...

If supplied with this: ``` apiVersion: v1 clusters: - cluster: server: http://localhost:8080 name: dev contexts: - context: cluster: dev user: "" name: dev current-context: dev kind: Config preferences: {} users:...

Need docs on how to use Atomic App as a binary on other operating systems. Need Mac OS X testing as well.

Fixues issue: https://github.com/projectatomic/atomicapp/issues/588 Adds the feature to specify the destination of your answers.conf file generation.

With the deprecation of `--link` we should use `docker network` creation when deploying a Docker-provider-specific atomic-app.

``` ~ [2/513] ▶ atomicapp fetch projectatomic/wordpress-centos7-atomicapp --destination test [INFO] - main.py - Action/Mode Selected is: fetch [INFO] - base.py - Unpacking image: projectatomic/wordpress-centos7-atomicapp to test [INFO] - container.py -...

It's annoying to see this: ``` 1457647049 - [DEBUG] - atomicapp/utils.py - Recursively removing directory: /tmp/nulecule-152a8ebc-e70b-11e5-acfd-3402868080db 1457647049 - [DEBUG] - nulecule/container.py - Removing Docker container: /usr/bin/docker rm -f 41fb827975d57e57c9e6fbb8e0afbf1c7235ce64a8ca5b6ae915bf5cd8e63836 41fb827975d57e57c9e6fbb8e0afbf1c7235ce64a8ca5b6ae915bf5cd8e63836...

beginner-friendly

Wouldn't this be better? ``` sh sudo atomic run projectatomic/atomicapp fetch projectatomic/helloapache --destination helloapache cd helloapache cp answers.conf.sample answers.conf sudo atomic run projectatomic/atomicapp . # or docker build -t foo...

This will pave the way for using: - `atomicapp ps` - `atomicapp stop {id}` - ID's for each atomicapp deployment Without the need of supplying an atomicapp generated directory. So...