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

feat: implement mc run command #145

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

feat: implement mc run command #145

wants to merge 1 commit into from

Conversation

appcypher
Copy link
Owner

This commit includes several major refactoring changes to improve the integration between monocore and monofs components:

Core Changes:

CLI Improvements:

  • Update CLI argument handling for better UX
  • Add support for custom layer paths
  • Improve logging configuration

Build System:

  • Split build target into monocore and monofs components
  • Update Makefile to handle new binary targets
  • Add build_libkrun target replacing deps target

Documentation:

  • Add module documentation for management components
  • Update README progress indicators
  • Improve code comments and error messages

This commit includes several major refactoring changes to improve the integration
between monocore and monofs components:

Core Changes:
- Add run command implementations
- Rename monokrun to mcrun for consistency
- Add monofs and mfsrun binaries to build system
- Update users crate to uzers to fix #143 and #144
- Improve layer caching and extraction logic
- Add log level configuration support

CLI Improvements:
- Update CLI argument handling for better UX
- Add support for custom layer paths
- Improve logging configuration

Build System:
- Split build target into monocore and monofs components
- Update Makefile to handle new binary targets
- Add build_libkrun target replacing deps target

Documentation:
- Add module documentation for management components
- Update README progress indicators
- Improve code comments and error messages
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.

RUSTSEC-2023-0040: users crate is unmaintained
1 participant