File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ SSD-equipped nodes are highly recommended. Full list of CloudLab nodes can be fo
151
151
> ` ` `
152
152
3. Start ` firecracker-containerd` in a background terminal named ` firecracker` :
153
153
` ` ` bash
154
- sudo PATH=$PATH screen -dmS firecracker bash -c " /usr/local/bin/firecracker-containerd --config /etc/firecracker-containerd/config.toml > >(tee -a /tmp/vhive-logs/firecracker.stdout 2> >(tee -a /tmp/vhive-logs/firecracker.stderr >&2)"
154
+ sudo PATH=$PATH screen -dmS firecracker bash -c " /usr/local/bin/firecracker-containerd --config /etc/firecracker-containerd/config.toml > >(tee -a /tmp/vhive-logs/firecracker.stdout) 2> >(tee -a /tmp/vhive-logs/firecracker.stderr >&2)"
155
155
` ` `
156
156
157
157
4. Build vHive host orchestrator:
You can’t perform that action at this time.
0 commit comments