From 7603f41f1b9a8bff02dd93d506c1a5d85babe0e9 Mon Sep 17 00:00:00 2001 From: GuyTempleton Date: Mon, 11 Jan 2016 10:03:31 +0000 Subject: [PATCH] Update parameters --- DOCS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DOCS.md b/DOCS.md index 94f5aa0..8c549d2 100644 --- a/DOCS.md +++ b/DOCS.md @@ -7,10 +7,14 @@ The following parameters are used to configure this plugin: * `email` - authenticates with this email * `repo` - repository name for the image * `tag` - repository tag for the image +* `file` - dockerfile to be used, defaults to Dockerfile +* `auth` - auth token for the registry +* `context` - the context path to use, defaults to root of the git repo * `force_tag` - replace existing matched image tags * `insecure` - enable insecure communication to this registry * `mirror` - use a mirror registry instead of pulling images directly from the central Hub * `bip` - use for pass bridge ip +* `dns` - set custom dns servers for the container * `storage_driver` - use `aufs`, `devicemapper`, `btrfs` or `overlay` driver * `save` - save image layers to the specified tar file (see [docker save](https://docs.docker.com/engine/reference/commandline/save/)) * `destination` - absolute / relative destination path