Use tmp path for docker socket file by default
This commit is contained in:
parent
600b1a4392
commit
d9d6b5922a
|
@ -2,7 +2,7 @@ import os
|
||||||
import docker
|
import docker
|
||||||
import json
|
import json
|
||||||
|
|
||||||
DOCKER_BASE_URL = os.environ.get('DOCKER_BASE_URL') or "unix://var/run/docker.sock"
|
DOCKER_BASE_URL = os.environ.get('DOCKER_BASE_URL') or "unix://tmp/docker.sock"
|
||||||
VOLUME_TYPE_BIND = "bind"
|
VOLUME_TYPE_BIND = "bind"
|
||||||
VOLUME_TYPE_VOLUME = "volume"
|
VOLUME_TYPE_VOLUME = "volume"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue