James Stone

Results 32 comments of James Stone
trafficstars

Also being way too pedantic can we change `ENV` to [`ARG`](https://docs.docker.com/engine/reference/builder/#/arg). Sorry ! :P

Ohh and I think the images is missing. Some dependencies, such as python

Hi again, Sorry for the confusion. ## Latest Version: You're right, hadn't noticed your changes, have now rebased. :smile: ## `ENV` -> [`ARG`](https://docs.docker.com/engine/reference/builder/#/arg): From my understanding - `ENV` sets the...

Done! however still need to sort out dependencies.

It would be significantly easier to create a docker image, if the setup script was able to run non interactive, taking setup q's from either cli arguments, env variables or...

After doing some more [reading](https://github.com/project-nsmg/figure/issues/3#issuecomment-75222479) and seeing Ruby is required for [figure/plugins/update-fig-config/pre-deploy](https://github.com/project-nsmg/figure/blob/master/plugins/update-fig-config/pre-deploy) I thought I should also post my server's ruby version ``` $ ruby --version ruby 1.9.3p484 (2013-11-22 revision...

I have determined the error occurs for data containers ie commenting out data containers from the `fig.yml` _"fixes"_ it ``` #mongodata: # image: mongo:3.0 # volumes: # - /data/db #...

I am working around this by adding all files in my wanted folder: ``` home.packages = with pkgs; let bin = "${./bin}"; scriptsToBins = dir: let scripts = builtins.attrNames (builtins.readDir...

( untested as I dont know how to build python applications locally - sorry! - hence I have set as draft. This is the only reason it is a draft)