mirror of
https://github.com/containers/podman.git
synced 2025-06-01 01:00:22 +08:00

Initial validation of using podman-in-podman to create an old-podman root, then use new-podman to play with the containers created therein. Signed-off-by: Ed Santiago <santiago@redhat.com>
12 lines
82 B
Bash
12 lines
82 B
Bash
# -*- bash -*-
|
|
|
|
load "../system/helpers"
|
|
|
|
setup() {
|
|
:
|
|
}
|
|
|
|
teardown() {
|
|
:
|
|
}
|