0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00

Added bip to docs

This commit is contained in:
Kirilll Zaycev 2015-11-28 00:30:33 +03:00
parent cd124c3ac5
commit 2cf2312ced

View File

@ -9,6 +9,7 @@ The following parameters are used to configure this plugin:
* `tag` - repository tag for the image * `tag` - repository tag for the image
* `insecure` - enable insecure communication to this registry * `insecure` - enable insecure communication to this registry
* `mirror` - use a mirror registry instead of pulling images directly from the central Hub * `mirror` - use a mirror registry instead of pulling images directly from the central Hub
* `bip` - use for pass bridge ip
* `storage_driver` - use `aufs`, `devicemapper`, `btrfs` or `overlay` driver * `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/)) * `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 * `file` - absolute / relative destination path