Add support for shm_size to docker driver. Required update of go-dockerclient

to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
This commit is contained in:
Daniel Kerwin
2016-05-27 12:30:04 +02:00
parent 7455413551
commit 98b227fecf
17 changed files with 402 additions and 183 deletions

View File

@@ -105,6 +105,8 @@ The following options are available for use in the job specification.
* `interactive` - (Optional) `true` or `false` (default). Keep STDIN open on
the container.
* `shm_size` - (Optional) The size (bytes) of /dev/shm for the container.
### Container Name