Files
docker-docs/machine/reference/url.md
Sebastiaan van Stijn 26926972ea machine: handle indexing through config
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-21 15:32:17 +02:00

13 lines
191 B
Markdown

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