Skip to content

Commit

Permalink
Better cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 24, 2024
1 parent 31db7dc commit d57cffc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/armbian-configng/config.ng.jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,9 @@
"prompt": "This operation will delete all Docker images, containers, and volumes.\nWould you like to continue?",
"command": [
"rm -rf /var/lib/docker",
"rm -rf /var/lib/containerd"
"rm -rf /var/lib/containerd",
"rm -f /usr/share/keyrings/docker.gpg",
"rm -f /etc/apt/sources.list.d/docker.list"
],
"status": "Active",
"doc_link": "",
Expand Down

0 comments on commit d57cffc

Please sign in to comment.