Skip to content

Commit fb4d1f6

Browse files
committed
Updates .gitignore and examples config file
Adds runtime/logs to the .gitignore and updates the config example with enabling the jailer. Signed-off-by: xibz <[email protected]>
1 parent 23da94a commit fb4d1f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
bin/
3+
runtime/logs
34
*stamp

examples/etc/containerd/firecracker-runtime.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"root_drive": "/var/lib/firecracker-containerd/runtime/default-rootfs.img",
66
"cpu_count": 1,
77
"cpu_template": "T2",
8-
"log_level": "Debug"
8+
"log_level": "Debug",
9+
"jailer": {
10+
"runc_binary_path": "/usr/local/bin/runc"
11+
}
912
}

0 commit comments

Comments
 (0)