Files
docker-docs/machine/reference/url.md
Usha Mandya a247c105f7 Update the metadata and keywords for SEO (#10030)
Updated the metadata and keywords for seo
2019-12-13 15:27:59 +00:00

13 lines
214 B
Markdown

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