We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818291e commit cf5755dCopy full SHA for cf5755d
docker/utils/utils.py
@@ -889,7 +889,7 @@ def create_container_config(
889
890
if compare_version('1.10', version) >= 0:
891
message = ('{0!r} parameter has no effect on create_container().'
892
- ' It has been moved to start()')
+ ' It has been moved to host_config')
893
if dns is not None:
894
raise errors.InvalidVersion(message.format('dns'))
895
if volumes_from is not None:
0 commit comments