mirror of
https://github.com/containers/podman.git
synced 2025-12-04 20:28:40 +08:00
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 <bbaude@redhat.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
// +build !remoteclient
|
||||
|
||||
package integration
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user