DOCKER-MACHINE CONFIG
Commande : docker-machine config
Usage: docker-machine config [OPTIONS] [arg...] Print the connection config for machine Description: Argument is a machine name. Options: --swarm Display the Swarm config instead of the Docker daemon
Afficher la configuration de connexion d’une machine Docker :
docker-machine config machine
ex :
$ docker-machine config manager
--tlsverify
--tlscacert="C:\\Users\\DarwinOS\\.docker\\machine\\machines\\manager\\ca.pem"
--tlscert="C:\\Users\\DarwinOS\\.docker\\machine\\machines\\manager\\cert.pem"
--tlskey="C:\\Users\\DarwinOS\\.docker\\machine\\machines\\manager\\key.pem"
-H=tcp://192.168.99.101:2376