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>
18 lines
266 B
Markdown
18 lines
266 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "url"
|
|
description = "Get the URL of a host"
|
|
keywords = ["machine, url, subcommand"]
|
|
[menu.main]
|
|
parent="smn_machine_subcmds"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# url
|
|
|
|
Get the URL of a host
|
|
|
|
```
|
|
$ docker-machine url dev
|
|
tcp://192.168.99.109:2376
|
|
``` |