2015-07-07 09:53:04 -07:00
|
|
|
<!--[metadata]>
|
|
|
|
|
+++
|
|
|
|
|
title = "config"
|
|
|
|
|
description = "Show client configuration"
|
|
|
|
|
keywords = ["machine, config, subcommand"]
|
|
|
|
|
[menu.main]
|
|
|
|
|
parent="smn_machine_subcmds"
|
|
|
|
|
+++
|
|
|
|
|
<![end-metadata]-->
|
|
|
|
|
|
|
|
|
|
# config
|
|
|
|
|
|
2016-02-20 18:53:33 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For example:
|
2015-07-07 09:53:04 -07:00
|
|
|
|
2015-11-27 10:16:42 +01:00
|
|
|
$ docker-machine config dev
|
2015-12-14 18:28:34 +05:30
|
|
|
--tlsverify
|
|
|
|
|
--tlscacert="/Users/ehazlett/.docker/machines/dev/ca.pem"
|
|
|
|
|
--tlscert="/Users/ehazlett/.docker/machines/dev/cert.pem"
|
|
|
|
|
--tlskey="/Users/ehazlett/.docker/machines/dev/key.pem"
|
|
|
|
|
-H tcp://192.168.99.103:2376
|