Merge pull request #612 from ibuildthecloud/fix-readonly

Typo in ReadonlyRootfs
This commit is contained in:
Maxime Petazzoni 2015-05-26 08:09:28 -07:00
commit be73aaf540
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ def create_host_config(
host_config['PublishAllPorts'] = publish_all_ports
if read_only is not None:
host_config['ReadOnlyRootFs'] = read_only
host_config['ReadonlyRootfs'] = read_only
if dns_search:
host_config['DnsSearch'] = dns_search