1
- Nitro-cli
1
+ ## AWS CLI for Nitro Enclaves
2
2
3
- It contains a collection of tools and commands used for managing the lifecycle
4
- of Nitro Enclaves.
3
+ This repository contains a collection of tools and commands used for managing
4
+ the lifecycle of Nitro Enclaves.
5
5
6
- Prerequisites:
6
+ ### Prerequisites
7
7
1 . A working docker setup, follow https://docs.docker.com/install/overview/
8
- for details of how to install docker on your host.
8
+ for details of how to install docker on your host, including how to run it
9
+ as non-root.
9
10
2 . Install gcc, make, git.
10
11
11
- Driver information:
12
- The Nitro Enclaves device driver is currently at version 0.2. It is based on the
13
- kernel tree head commit b335e6094dff (tag: v0.2, origin/ne-driver-mainline-kernel,
14
- "nitro_enclaves: Add hrtimer support for polling") and supports out-of-tree driver builds.
12
+ ### Driver information
13
+ The Nitro Enclaves kernel driver is currently at version 0.5. Out-of-tree
14
+ driver build is supported.
15
15
16
- How to install:
16
+ ### How to install:
17
17
1 . Clone the repository.
18
18
2 . Set NITRO_CLI_INSTALL_DIR to the desired location, by default everything will be
19
19
installed in build/install
@@ -22,5 +22,8 @@ How to install:
22
22
5 . [ Optional] You could add ${NITRO_CLI_INSTALL_DIR}/etc/profile.d/nitro-cli-env.shenv.sh in you local shell configuration.
23
23
6 . You are now ready to go.
24
24
25
- How to use nitro-cli:
25
+ ### How to use nitro-cli
26
26
TODO: link to official AWS documentation
27
+
28
+ ## License
29
+ This library is licensed under the Apache 2.0 License.
0 commit comments