Files
docker-machine/docs/reference/ip.md
David Gageot 68e6e3f905 Lint all Markdown documents
Signed-off-by: David Gageot <david@gageot.net>
2015-11-27 10:38:56 +01:00

20 lines
349 B
Markdown

<!--[metadata]>
+++
title = "ip"
description = "Show client configuration"
keywords = ["machine, ip, subcommand"]
[menu.main]
parent="smn_machine_subcmds"
+++
<![end-metadata]-->
# ip
Get the IP address of one or more machines.
$ docker-machine ip dev
192.168.99.104
$ docker-machine ip dev dev2
192.168.99.104
192.168.99.105