Check "docker version" from a sibling container
This commit is contained in:
parent
b1a08843da
commit
30e565f0ed
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ function docker_tcp {
|
||||||
--expose 2375 \
|
--expose 2375 \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
rancher/socat-docker
|
rancher/socat-docker
|
||||||
docker -H tcp://$(docker_ip $container_name):2375 version
|
docker run --rm --link "$container_name:docker" docker version
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue