docs: readme

This commit is contained in:
Jack Wills
2022-04-29 17:59:17 +00:00
parent 9b70fdfad7
commit f43c623813
5 changed files with 53 additions and 2 deletions
+1
View File
@@ -304,6 +304,7 @@ impl AppData {
if self.containers.state.selected().is_some() {
self.containers.previous();
}
// docker rm -f $(docker ps -aq) will cause this to crash
self.containers.items.remove(index);
}
}