Charlie Drage

Results 453 comments of Charlie Drage

@kanarip From what I'm understanding, it's (by example) auto-generating account credentials, passwords, etc. For ex. Atomic App auto-generating a sha256 pass length for a database, etc?

Error on tests. Asks for answers despite being supplied: ``` 2016-01-19 18:52:30,994 - atomicapp.nulecule.container - DEBUG - Copying data from Docker container: /usr/bin/docker cp 51bd07885dc09369e1816f9500ecf18cbc1ce7b4219dd1fd7f3cd562b5b3865b:/application-entity /tmp/nulecule-cb255306-bedd-11e5-a09b-3402868080db 2016-01-19 18:52:31,061 - atomicapp.nulecule.container...

Hey @rtnpro were you able to fix this? :)

Currently we have it like this with `atomicapp run --help` ``` dropbox/dev/atomicapp master ✔ 1d ⍉ ▶ atomicapp run --help usage: atomicapp run [-h] [-V] [-v] [-q] [--mode {fetch,run,stop,genanswers}] [--dry-run]...

Once this hits 1.00 we should add this for production. Otherwise, we can add it as an EXPERIMENTAL feature :) we'll just warn the user that it's experimental for now...

@stefwalter I am unable to replicate this issue using `projectatomic/helloapache` against my host which is: ``` Client: Version: 1.10.2 API version: 1.22 Go version: go1.5.3 Git commit: c3959b1 Built: Mon...

I'm an idiot. You said Go 1.6... I've been downloading the official versions from the Docker site and I see that I'm using Go 1.5.3 haha. Time to compile it!...

@dustymabe looks to be def related to 1.10.2 built on Go 1.6 The original submod/helloapache:0.1.11 (despite it being built via atomicapp 0.1.11) works fine on Docker 10.1.2 built on Go...

I'm able to use docker (built with 1.6) completely fine with atomicapp 0.4.3. Is this a fedora-related issue? ``` bundles/latest/binary master ✔ 1d ⍉ ▶ sudo atomicapp run projectatomic/helloapache --provider=docker...

@stefwalter have you tried using atomicapp:0.4.3 or use the projectatomic/helloapache example? The one within your example uses atomicapp 0.1.11 It's most likely just the old image that's being used.. We...