Skip to content

Commit

Permalink
Merge pull request drone-plugins#26 from gjtempleton/Update-docs
Browse files Browse the repository at this point in the history
Update parameters
  • Loading branch information
tboerger committed Jan 11, 2016
2 parents 445933b + 7603f41 commit 6f2a124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f2a124

Please sign in to comment.