mirror of https://github.com/docker/docker-py.git
Merge pull request #612 from ibuildthecloud/fix-readonly
Typo in ReadonlyRootfs
This commit is contained in:
commit
be73aaf540
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue