mirror of https://github.com/docker/docs.git
Improved uninstall remove VM messages
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
b2ac779592
commit
b045795b9c
|
|
@ -8,7 +8,7 @@ if [ "${USER}" != "root" ]; then
|
|||
fi
|
||||
|
||||
while true; do
|
||||
read -p "Remove all VMs? (Y/N): " yn
|
||||
read -p "Remove all Docker Machine VMs? (Y/N): " yn
|
||||
case $yn in
|
||||
[Yy]* ) docker-machine rm -f $(docker-machine ls -q); break;;
|
||||
[Nn]* ) break;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue