[ARVADOS] updated: ce4343f8fcd34d0b172af889407a757efc86b5ec

git at public.curoverse.com git at public.curoverse.com
Mon May 5 09:41:06 EDT 2014


Summary of changes:
 doc/api/schema/Job.html.textile.liquid |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

       via  ce4343f8fcd34d0b172af889407a757efc86b5ec (commit)
      from  c29e0bbd8116ec2abd8dad5d7e3ad74dee0aacf0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ce4343f8fcd34d0b172af889407a757efc86b5ec
Author: Brett Smith <brett at curoverse.com>
Date:   Mon May 5 09:41:45 2014 -0400

    doc: Document docker_image constraint for Jobs.

diff --git a/doc/api/schema/Job.html.textile.liquid b/doc/api/schema/Job.html.textile.liquid
index 82f9242..cbbec4e 100644
--- a/doc/api/schema/Job.html.textile.liquid
+++ b/doc/api/schema/Job.html.textile.liquid
@@ -50,6 +50,7 @@ h3. Runtime constraints
 
 table(table table-bordered table-condensed).
 |_. Key|_. Type|_. Description|_. Implemented|
+|docker_image|string|The name of a Docker image that this Job needs to run.  If specified, Crunch will create a Docker container from this image, and run the Job's script inside that.  The Keep mount and work directories will be available as volumes inside this container.  You may specify the image in any format that Docker accepts, such as "arvados/jobs" or a hash identifier.|✓|
 |min_nodes|integer||✓|
 |max_nodes|integer|||
 |max_tasks_per_node|integer|Maximum simultaneous tasks on a single node|✓|

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list