Splitting out docs Fixing location of help entering in changes from testing Filling in some missing structure Updating with the comments from Nathan Updating with the comments from Nathan Updating after talk with Evan/Nathan Signed-off-by: Mary Anthony <mary@docker.com>
19 lines
500 B
Markdown
19 lines
500 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "config"
|
|
description = "Show client configuration"
|
|
keywords = ["machine, config, subcommand"]
|
|
[menu.main]
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# config
|
|
|
|
Show the Docker client configuration for a machine.
|
|
|
|
```
|
|
$ docker-machine config dev
|
|
--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
|
|
```
|