Make fixtures files template-able :)
So it can adapt to certain env (like tcp vs unix socket for docker suite) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
ad60b301b7
commit
ecbfbd4de0
5 changed files with 149 additions and 4 deletions
|
@ -10,7 +10,7 @@ logLevel = "DEBUG"
|
|||
|
||||
[docker]
|
||||
|
||||
# FIXME this should be "dynamic".. xD
|
||||
endpoint = "tcp://172.17.42.1:2375"
|
||||
# It's dynamagic !
|
||||
endpoint = "{{.DockerHost}}"
|
||||
|
||||
domain = "docker.localhost"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue