diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 09:03:13 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 09:03:13 +0200 |
commit | e4c58493ce5265ea0d1e17d160c339401c406186 (patch) | |
tree | 4f7ac75773ad305b04982737e0500d613f24603e /examples/docker/test/docker_ip.sh | |
parent | 2e96f3423a2619cd2aa9d188de513723416c15e6 (diff) |
Move docker files to examples directory
Change-Id: Ib2eb3dbae76a1e9b5d98ce9e0d5eea9adba280cf
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'examples/docker/test/docker_ip.sh')
-rwxr-xr-x | examples/docker/test/docker_ip.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/docker/test/docker_ip.sh b/examples/docker/test/docker_ip.sh new file mode 100755 index 000000000..1e3bc997d --- /dev/null +++ b/examples/docker/test/docker_ip.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Obtain IP address of the container +# See http://blog.oddbit.com/2014/08/11/four-ways-to-connect-a-docker/ +docker inspect --format '{{ .NetworkSettings.IPAddress }}' "$@" |