commit 3e47c12be431619f4181afb30b46635c93d86efd Author: Michael.McGuire Date: Sat Apr 12 19:18:00 2025 -0500 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..75566ce --- /dev/null +++ b/Home.md @@ -0,0 +1,14 @@ +Welcome to the Wiki. + +# Trouble shooting + +## Duplicate tailnet machine +If you see an error like this delete the duplicate machine in the ts admin page (usually caused by deleting all files and running compose up a second time) + + +## Dangling container +If you see an error like this delete the dangling container +'Error response from daemon: Conflict. The container name "/vaultwarden" is already in use by container "d9cbce17b2f6cf4451be6ec36ed1c6733e8a846fb9428c69ab064ebc4a334165". You have to remove (or rename) that container to be able to reuse that name.' + +docker stop d9cbce17b2f6cf44 +docker system prune -a --volumes # full system clean up, make sure any containers that any resources that should not be deleted are running!!!