added mtu param

This commit is contained in:
Austen Lacy
2016-07-25 17:45:31 -04:00
parent 619c7905ec
commit 91eb6ee5ee
3 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Use the Docker plugin to build and push Docker images to a registry. The followi
* `storage_driver` - use `aufs`, `devicemapper`, `btrfs` or `overlay` driver
* `storage_path` - location of docker daemon storage on disk
* `build_args` - [build arguments](https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables-build-arg) to pass to `docker build`
* `mtu` - custom [mtu settings](https://docs.docker.com/v1.8/articles/networking/#docker0) when starting the docker daemon
The following is a sample Docker configuration in your .drone.yml file: