Files
docker-docs/machine/reference/url.md
Sebastiaan van Stijn 20bbd99d44 machine: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:22 +02:00

13 lines
194 B
Markdown

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