Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 270 Bytes

vagrant port.md

File metadata and controls

21 lines (14 loc) · 270 Bytes

vagrant port

0x0 Overview

syntax

vagrant port [name|id]

用于查看虚拟机映射的端口

 $ vagrant port
    22 (guest) => 2222 (host)
    80 (guest) => 8080 (host)

references