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.
2 parents 818291e + cf5755d commit a6a562aCopy full SHA for a6a562a
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