We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As soon a new patch arrives for review, we need to trigger a test to make sure QM is executing well the nested container via podman.
The example below are for manual steps:
git clone https://gitlab.com/CentOS/automotive/sample-images.git pushd osbuild-manifests/ make cs9-qemu-qm-minimal-regular.x86_64.qcow2 ./runvm --nographics ./cs9-qemu-qm-minimal-regular.x86_64.qcow2 user: root pass: password [root@localhost ~]# podman exec -it qm bash bash-5.1# podman run -it --name fedora fedora /bin/bash bash-5.1# podman ps exit exit (CTRC a-C -> quit) - to exit from qemu emulator popd
The text was updated successfully, but these errors were encountered:
cc @pbrilla-rh
Sorry, something went wrong.
@RakeshMK90 mentioned that maybe this one already running in our tests? @nsednev @pengshanyu are you aware I don't recall.
IIRC, most of the tests uses nested containers
This issue should be closed as its covered by the test I wrote.
No branches or pull requests
As soon a new patch arrives for review, we need to trigger a test to make sure QM is executing well the nested container via podman.
The example below are for manual steps:
The text was updated successfully, but these errors were encountered: