Sign in
gerrit
/
gerrit-ci-scripts
/
def46d2e1b8b12094f3d87519d1f16cbaa22198e
/
.
/
jenkins
/
set-docker-host.sh
blob: 15e66fa611469f93da57614154a2fcf53454cd29 [
file
] [
log
] [
blame
]
#!/bin/bash -e
export DOCKER_HOST
=
`/sbin/ip route|awk '/default/ {print "tcp://"$3":2375"}'`