Merge pull request #1142 from calou/master

Added support of option mac-address
This commit is contained in:
Aanand Prasad 2015-06-17 14:39:00 -07:00
commit 77c939b256
3 changed files with 11 additions and 1 deletions

View file

@ -23,6 +23,7 @@ DOCKER_CONFIG_KEYS = [
'image',
'labels',
'links',
'mac_address',
'mem_limit',
'net',
'log_driver',