Skip to content

Commit eddcda6

Browse files
anshalshuklaustiugov
authored andcommitted
Fix firecracker-containerd start command
Signed-off-by: Anshal Shukla <[email protected]>
1 parent 21b19e1 commit eddcda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ SSD-equipped nodes are highly recommended. Full list of CloudLab nodes can be fo
151151
> ```
152152
3. Start `firecracker-containerd` in a background terminal named `firecracker`:
153153
```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)"
155155
```
156156

157157
4. Build vHive host orchestrator:

0 commit comments

Comments
 (0)