firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
472 stars 73 forks source link

Add read-only option for rootfs #74

Closed Zamony closed 2 years ago

Zamony commented 2 years ago

Issue #, if available:

Description of changes: Add read-only option for root filesystem

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Kern-- commented 2 years ago

Hi @Zamony, Thanks for the PR!

Before this can be merged, it will need a sign off in each of your commit messages like:

Signed-off-by: Full Name

You can do this by committing with git commit -s. Please be sure git is configured to use your real name.

For more info: https://wiki.linuxfoundation.org/dco

Zamony commented 2 years ago

Hi @Zamony, Thanks for the PR!

Before this can be merged, it will need a sign off in each of your commit messages like:

Signed-off-by: Full Name

You can do this by committing with git commit -s. Please be sure git is configured to use your real name.

For more info: https://wiki.linuxfoundation.org/dco

Hi @Kern--. I've signed off the commit.