mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
14 lines
215 B
Markdown
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
|
|
``` |