25 lines
295 B
Markdown
25 lines
295 B
Markdown
# nit
|
|
|
|
25% smaller than init
|
|
|
|
## Testing with AWS on Amazon Linux
|
|
|
|
Ensure the instance is set up with Nitro Enclaves, and run the following
|
|
command:
|
|
|
|
```sh
|
|
dnf install aws-nitro-enclaves-cli make
|
|
```
|
|
|
|
Then, the EIF can be built using:
|
|
|
|
```sh
|
|
make
|
|
```
|
|
|
|
And tested using:
|
|
|
|
```sh
|
|
sudo make run
|
|
```
|