Update Home

Michael.McGuire 2025-04-12 19:22:28 -05:00
parent 3e47c12be4
commit 78b922886a

@ -11,4 +11,5 @@ 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.' '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 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!!! # full system clean up below, make sure any containers that any resources that should not be deleted are running!!!
docker system prune -a --volumes