defined DEFAULT_DOCKER_API_VERSION to avoid it erroring out before we send the message that docker.py is missing
This commit is contained in:
parent
a01a800b65
commit
92dfe33021
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ EXAMPLES = '''
|
||||||
'''
|
'''
|
||||||
|
|
||||||
HAS_DOCKER_PY = True
|
HAS_DOCKER_PY = True
|
||||||
|
DEFAULT_DOCKER_API_VERSION = None
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue