-
Notifications
You must be signed in to change notification settings - Fork 37
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
tail: added tail to dynamic apps #88
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Shiyu Li <[email protected]> Please enter the commit message for your changes. Lines starting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits into one commit. Format the commit properly. Read this about writing a good commit message.
# Python Interpreter | ||
|
||
This is the Python interpreter, as an ELF file pulled out from a standard Linux filesystem (Ubuntu 22.04). | ||
It's meant to be used with the binary-compatibility mode of Unikraft. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not Python, this is tail
.
|
||
|
||
## Run tail on Linux | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add wording, something like: "To run tail
on Linux, add a test file as an argument:"
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
``` | ||
|
||
## Run HTTP Server with Unikraft |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not an HTTP server.
20 HP |
Signed-off-by: Shiyu Li [email protected]