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

Commit

Permalink
Merge pull request #2229 from amshinde/disable-jailer
Browse files Browse the repository at this point in the history
config: Disable jailer by default for firecracker
  • Loading branch information
Eric Ernst authored Nov 20, 2019
2 parents 1f71114 + fab759d commit 660728f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/config/configuration-fc.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ 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@"
# This is disabled by default as additional setup is required
# for this feature today.
#jailer_path = "@FCJAILERPATH@"
kernel = "@KERNELPATH_FC@"
image = "@IMAGEPATH@"

Expand Down

0 comments on commit 660728f

Please sign in to comment.