mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
Improved docker cleanup. Removing anonymous volumes associated with containers. Specifying the full name of the amn0 network interface to remove when cleaning the server.
4 lines
100 B
Bash
4 lines
100 B
Bash
sudo docker stop $CONTAINER_NAME
|
|
sudo docker rm -fv $CONTAINER_NAME
|
|
sudo docker rmi $CONTAINER_NAME
|