Files
docker-docs/machine/reference/url.md
John Mulhausen 558314bf56 Converges titles to imperative-form, front-matter based, and sentence-case (#438)
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00

14 lines
193 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
```