Kaydet (Commit) be73aaf5 authored tarafından Maxime Petazzoni's avatar Maxime Petazzoni

Merge pull request #612 from ibuildthecloud/fix-readonly

Typo in ReadonlyRootfs
...@@ -383,7 +383,7 @@ def create_host_config( ...@@ -383,7 +383,7 @@ def create_host_config(
host_config['PublishAllPorts'] = publish_all_ports host_config['PublishAllPorts'] = publish_all_ports
if read_only is not None: if read_only is not None:
host_config['ReadOnlyRootFs'] = read_only host_config['ReadonlyRootfs'] = read_only
if dns_search: if dns_search:
host_config['DnsSearch'] = dns_search host_config['DnsSearch'] = dns_search
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment