mirror of
https://github.com/containers/podman.git
synced 2025-09-18 07:51:22 +08:00
Implement container attach
Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -62,7 +62,8 @@ class PodmanTestCase(unittest.TestCase):
|
||||
|
||||
cmd = ['podman']
|
||||
cmd.extend(podman_args)
|
||||
cmd.extend(['run', '-d', 'alpine', 'sleep', '500'])
|
||||
# cmd.extend(['run', '-d', 'alpine', 'sleep', '500'])
|
||||
cmd.extend(['run', '-dt', 'alpine', '/bin/sh'])
|
||||
PodmanTestCase.alpine_process = subprocess.Popen(
|
||||
cmd,
|
||||
stdout=PodmanTestCase.alpine_log,
|
||||
|
Reference in New Issue
Block a user