From 90078ff15f7d9391b6297d26b73dcbf5c067c5ee Mon Sep 17 00:00:00 2001 From: andreo Date: Thu, 26 Nov 2015 23:57:29 -0800 Subject: [PATCH] Fix parameter names in a documentation. --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index 6aa93b7..5834c7d 100644 --- a/DOCS.md +++ b/DOCS.md @@ -13,8 +13,8 @@ The following parameters are used to configure this plugin: * `bip` - use for pass bridge ip * `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/)) - * `file` - absolute / relative destination path - * `tags` - cherry-pick tags to save (optional) + * `destination` - absolute / relative destination path + * `tag` - cherry-pick tags to save (optional) * `load` - restore image layers from the specified tar file The following is a sample Docker configuration in your .drone.yml file: