Skip to content
New issue

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

virtme-run: properly forward stdin with --script-sh #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arighi
Copy link
Contributor

@arighi arighi commented Dec 2, 2022

Properly forward stdin to script executed in the guest with --script-sh by creating two separate virtio ports for stdin and stdout. Then the script will read from the stdin port and write to the stdout port.

Signed-off-by: Andrea Righi andrea.righi@canonical.com

Properly forward stdin to script executed in the guest with --script-sh
by creating two separate virtio ports for stdin and stdout. Then the
script will read from the stdin port and write to the stdout port.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
@arighi
Copy link
Contributor Author

arighi commented Apr 7, 2023

This has been merged/fixed in https://github.com/arighi/virtme

NOTE: we are trying to catch up with all the pending PR in this temporary fork. In the future we may merge everything back here if this project become active again, but for now please consider to follow also the development of arighi/virtme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant