Files
docker-docs/machine/reference/url.md
Sebastiaan van Stijn 19c6cb8f1c Markdown: fix some code-hints
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:50:31 +01:00

14 lines
215 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
```bash
$ docker-machine url dev
tcp://192.168.99.109:2376
```