docs: improve guest creation documentation#1254
docs: improve guest creation documentation#1254jsturtevant merged 2 commits intohyperlight-dev:mainfrom
Conversation
Add a few more directions to readme and add some trouble shooting. Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
There was a problem hiding this comment.
LGTM. What do you think about adding a minimal (weekly?) test that tries to compile a minimal guest like the one I posted in #1175 using cargo-hyperlight? Maybe we can also link to it from the docs to show what a minimal guest looks like. I think it could be useful, and by making it weekly, we don't slow down existing stuff like just guests
Yea, maybe using the code from the readme would be a good thing since it isn't currently tested as is |
Wouldn't the |
we have one there: https://github.com/hyperlight-dev/cargo-hyperlight/tree/main/examples so maybe this isn't needed. but would be nice to have a test that validates our sample works. |
Add a few more directions to readme and add some trouble shooting.
addresses #1191