Skip to content

Commit ec4c031

Browse files
committed
docs(jailer): Remove requirement for exec file name
We removed the requirement for jailer where the file name of `--exec-file` needs to contain `firecracker`. Fixes: aedee56 ("feat(jailer): remove requirement for an executable name") Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 8e2d575 commit ec4c031

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/jailer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jailer --id <id> \
3333
alphanumeric characters and hyphens. The maximum `id` length is currently 64
3434
characters.
3535
- `--exec-file` specifies the path to the Firecracker binary that will be
36-
exec-ed by the jailer. The filename must include the string `firecracker`.
37-
This is enforced because the interaction with the jailer is Firecracker
38-
specific.
36+
exec-ed by the jailer.
3937
- `--uid` and `--gid` specify the uid and gid the jailer switches to as it execs
4038
the target binary.
4139
- `--cgroup-version` is used to select which type of cgroup hierarchy to use for

0 commit comments

Comments
 (0)