File tree 2 files changed +10
-0
lines changed 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ integ-test:
36
36
--ipc=host \
37
37
--volume /dev:/dev \
38
38
--volume /run/udev/control:/run/udev/control \
39
+ --volume $(CURDIR ) /etc/containerd/firecracker-runtime.json:/etc/containerd/firecracker-runtime.json \
39
40
--volume $(CURDIR ) /logs:/var/log/firecracker-containerd-test \
40
41
--env EXTRAGOARGS=" ${EXTRAGOARGS} " \
41
42
--workdir=" /firecracker-containerd/examples" \
Original file line number Diff line number Diff line change
1
+ {
2
+ "firecracker_binary_path" : " /usr/local/bin/firecracker" ,
3
+ "kernel_image_path" : " /var/lib/firecracker-containerd/runtime/default-vmlinux.bin" ,
4
+ "kernel_args" : " ro console=ttyS0 noapic reboot=k panic=1 pci=off nomodules systemd.journald.forward_to_console systemd.unit=firecracker.target init=/sbin/overlay-init" ,
5
+ "root_drive" : " /var/lib/firecracker-containerd/runtime/default-rootfs.img" ,
6
+ "cpu_count" : 1 ,
7
+ "cpu_template" : " T2" ,
8
+ "log_level" : " Debug"
9
+ }
You can’t perform that action at this time.
0 commit comments