DOCKER-MACHINE RM
Commande : docker-machine rm
Usage: docker-machine rm [OPTIONS] [arg...] Remove a machine Description: Argument(s) are one or more machine names. Options: --force, -f Remove local configuration even if machine cannot be removed, also implies an automatic yes (`-y`) -y Assumes automatic yes to proceed with remove, without prompting further user confirmation
Supprimer une machine Docker :
docker-machine rm machine
ex :
$ docker-machine rm manager
About to remove manager
WARNING: This action will delete both local reference and remote instance.
Are you sure? (y/n): y
Successfully removed manager