mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
dba05aab07
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
|