mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
This allows for easier copying of the commands, without selecting the prompt. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
13 lines
194 B
Markdown
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
|
|
``` |