mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
c67a0772dc
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com>
516 B
516 B
vagrant port
List mappings between guest and host ports. See also:
vagrant. More information: https://developer.hashicorp.com/vagrant/docs/cli/port.
- List all port mappings of machine(s) running in the current directory:
vagrant port
- List mappings for a specific machine (if
Vagrantfileis multi-machine):
vagrant port {{machine_name}}
- Display info for a specific guest port:
vagrant port --guest {{port_number}}
- Display machine-readable output:
vagrant port --machine-readable