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 c5ca2ef commit 241aaaaCopy full SHA for 241aaaa
docker/types/healthcheck.py
@@ -53,6 +53,8 @@ def test(self):
53
54
@test.setter
55
def test(self, value):
56
+ if isinstance(value, six.string_types):
57
+ value = ["CMD-SHELL", value]
58
self['Test'] = value
59
60
@property
0 commit comments