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

add stdio redirection example #119

Merged
merged 3 commits into from
Jun 20, 2024
Merged

add stdio redirection example #119

merged 3 commits into from
Jun 20, 2024

Conversation

sevenautumns
Copy link
Collaborator

@sevenautumns sevenautumns commented Jun 18, 2024

🚀 Features

  • (hypervisor) Add partition idle logic
  • Add stdio redirection example

🚜 Refactor

  • Remove unused dependencies

@wucke13
Copy link
Contributor

wucke13 commented Jun 19, 2024

@sevenautumns please rebase

wucke13
wucke13 previously approved these changes Jun 19, 2024
flake.nix Outdated Show resolved Hide resolved
Copy link
Collaborator

@dadada dadada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm against using tmpfs in the example. It is more complicated than needed.

@sevenautumns sevenautumns force-pushed the dev/stdio branch 2 times, most recently from b0ff695 to 5943f88 Compare June 20, 2024 08:27
@sevenautumns sevenautumns merged commit fd4869c into main Jun 20, 2024
12 checks passed
@sevenautumns sevenautumns deleted the dev/stdio branch June 20, 2024 08:36
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.

allow forwarding of stdoutfrom within a partition to stdout of the hypervisor via config
3 participants