Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
config: Disable jailer by default for firecracker
Browse files Browse the repository at this point in the history
Comment out jailer path so that it is disabled by default.

Fixes #2228

Signed-off-by: Archana Shinde <[email protected]>
  • Loading branch information
amshinde committed Nov 20, 2019
1 parent 48c8d66 commit ff2a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/config/configuration-fc.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "@FCPATH@"
# If the jailer path is not set kata will launch firecracker
# without a jail. If the jailer is set firecracker will be
# launched in a jailed enviornment created by the jailer
jailer_path = "@FCJAILERPATH@"
#jailer_path = "@FCJAILERPATH@"
kernel = "@KERNELPATH_FC@"
image = "@IMAGEPATH@"

Expand Down

0 comments on commit ff2a89e

Please sign in to comment.