From 3c0147e55916335ea605972999c594fdf52716e8 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 11 Apr 2019 14:42:28 -0500 Subject: podman-remote start enable the ability to start containers from the remote-client. also, enable start integration tests for remote testing. Signed-off-by: baude --- test/e2e/search_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e/search_test.go') diff --git a/test/e2e/search_test.go b/test/e2e/search_test.go index 61d581c6d..72b083de8 100644 --- a/test/e2e/search_test.go +++ b/test/e2e/search_test.go @@ -344,7 +344,7 @@ registries = ['{{.Host}}:{{.Port}}']` defer lock8.Unlock() podmanTest.RestoreArtifact(registry) - registryLocal := podmanTest.Podman([]string{"run", "-d", "-p", fmt.Sprintf("%s:5000", registryEndpoints[7].Port), + registryLocal := podmanTest.Podman([]string{"run", "-d", "--net=host", "-p", fmt.Sprintf("%s:5000", registryEndpoints[7].Port), "--name", "registry7", registry}) registryLocal.WaitWithDefaultTimeout() Expect(registryLocal.ExitCode()).To(Equal(0)) -- cgit v1.2.3-54-g00ecf