mirror of
https://github.com/containers/podman.git
synced 2025-10-11 16:26:00 +08:00
test/e2e: actually start container in startContainer
https://github.com/containers/podman/pull/26891#pullrequestreview-3152061969 Signed-off-by: Winter M <winter@antithesis.com>
This commit is contained in:
@ -788,7 +788,7 @@ var _ = Describe("Verify podman containers.conf usage", func() {
|
||||
})
|
||||
|
||||
startContainer := func(params ...string) string {
|
||||
args := []string{"create"}
|
||||
args := []string{"run", "-d"}
|
||||
for _, param := range params {
|
||||
if param == "--name" {
|
||||
args = append(args, "--replace")
|
||||
|
Reference in New Issue
Block a user