Merge changes I4960c4a8,I8cc3c2ae
[integration/csit.git] / scripts / get-instance-ip.sh
index c4ca82c..a236c02 100755 (executable)
@@ -14,4 +14,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-docker inspect --format '{{ .NetworkSettings.IPAddress }}' $1
+docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1