File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,18 @@ The **API endpoint** can be used to:
90
90
- Configure the logging and metric system.
91
91
- ` [BETA] ` Configure the data tree of the guest-facing metadata service. The
92
92
service is only available to the guest if this resource is configured.
93
+ - ` [EXPERIMENTAL] ` Add one or more [ vsock sockets] ( docs/experimental-vsock.md )
94
+ to the microVM.
93
95
- Start the microVM using a given kernel image, root file system, and boot
94
96
arguments.
95
97
- Stop the microVM.
96
98
97
99
** Built-in Capabilities** :
98
100
99
101
- Demand fault paging and CPU oversubscription enabled by default.
100
- - Jailer process for starting Firecracker in production scenarios; applies a
101
- cgroup/namespace/seccomp rule isolation barrier and then drops privileges.
102
+ - [ Jailer] ( docs/jailer.md ) process for starting Firecracker in production
103
+ scenarios; applies a cgroup/namespace/seccomp rule isolation barrier and then
104
+ drops privileges.
102
105
103
106
## Performance
104
107
You can’t perform that action at this time.
0 commit comments