Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Docs fix: Update the command for deleting all VMs #201

Merged
merged 1 commit into from
Jul 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To completely remove the Ignite installation, execute the following as root:

```bash
# Force-remove all running VMs
ignite ps -q | xargs ignite rm -f
ignite rm -f $(ignite ps -aq)
# Remove the data directory
rm -r /var/lib/firecracker
# Remove the Ignite binary
Expand Down