13 lines
191 B
Markdown
Raw Permalink Normal View History

2020-11-18 13:32:27 -05:00
---
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
```