Files
docker-docs/machine/reference/url.md
Gaetan 75fe044313 fix type of keywords entry in frontmatter (in /machine/) (#556)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -08:00

12 lines
190 B
Markdown

---
description: Get the URL of a host
keywords: machine, url, subcommand
title: docker-machine url
---
Get the URL of a host
```none
$ docker-machine url dev
tcp://192.168.99.109:2376
```