mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
12 lines
190 B
Markdown
12 lines
190 B
Markdown
---
|
|
description: Get the URL of a host
|
|
keywords: machine, url, subcommand
|
|
title: docker-machine url
|
|
---
|
|
|
|
Get the URL of a host
|
|
|
|
```none
|
|
$ docker-machine url dev
|
|
tcp://192.168.99.109:2376
|
|
``` |