File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ GitHub issues, but instead follow
90
90
guidelines] ( https://github.com/firecracker-microvm/firecracker/blob/main/SECURITY-POLICY.md ) .
91
91
92
92
Other discussion: For general discussion, please join us in the ` #containerd `
93
- channel on the [ Firecracker Slack] ( https://tinyurl. com/firecracker-microvm ) .
93
+ channel on the [ Firecracker Slack] ( https://join.slack. com/t/ firecracker-microvm/shared_invite/zt-oxbm7tqt-GLlze9zZ7sdRSDY6OnXXHg ) .
94
94
95
95
## License
96
96
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ You need to have the following things in order to use firecracker-containerd:
51
51
You can use the following kernel:
52
52
53
53
``` bash
54
- curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello- vmlinux.bin
54
+ curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/ vmlinux.bin
55
55
```
56
56
57
57
### Install Docker
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ sudo make install install-firecracker demo-network
127
127
cd ~
128
128
129
129
# Download kernel
130
- curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello- vmlinux.bin
130
+ curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/ vmlinux.bin
131
131
132
132
# Configure our firecracker-containerd binary to use our new snapshotter and
133
133
# separate storage from the default containerd binary
You can’t perform that action at this time.
0 commit comments