25% smaller than init
Go to file
Ryan Heywood 859041351f
test: run mkdir before mounting if necessary
2025-07-24 20:51:31 -04:00
crates test: run mkdir before mounting if necessary 2025-07-24 20:51:31 -04:00
.dockerignore add base EIF builder 2025-07-11 15:21:27 -04:00
.gitignore add out to gitignore 2025-07-11 15:31:22 -04:00
Cargo.lock add hello-world binary 2025-07-12 14:25:26 -04:00
Cargo.toml add hello-world binary 2025-07-12 14:25:26 -04:00
Containerfile test: add DOMAIN_NAME to Caddyfile 2025-07-23 21:02:18 -04:00
LICENSE add framework for multi platform support 2025-06-17 19:56:38 -04:00
Makefile test: add DOMAIN_NAME to Caddyfile 2025-07-23 21:02:18 -04:00
README.md README: service some docker as well 2025-07-13 02:16:45 -04:00

README.md

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 to install and enable nitro enclave support:

# You can leave off `git` if you've already installed it to clone the repo.
sudo dnf install aws-nitro-enclaves-cli make git
sudo systemctl enable --now nitro-enclaves-allocator.service
sudo systemctl enable --now docker.service
# Add the current user to the Docker group
sudo usermod -aG docker $USER

You may need to reconnect to change the signed-in users. Use groups to see if you are in the docker group.

Then, the EIF can be built using:

make

And tested using:

sudo make run