Skip to content

Commit a6a562a

Browse files
committed
Merge pull request #915 from docker/914_hostconfig_start
Update outdated error message
2 parents 818291e + cf5755d commit a6a562a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def create_container_config(
889889

890890
if compare_version('1.10', version) >= 0:
891891
message = ('{0!r} parameter has no effect on create_container().'
892-
' It has been moved to start()')
892+
' It has been moved to host_config')
893893
if dns is not None:
894894
raise errors.InvalidVersion(message.format('dns'))
895895
if volumes_from is not None:

0 commit comments

Comments
 (0)