Skip to content
  • Volker Hilsheimer's avatar
    Add support for port mappings · ed0fccaa
    Volker Hilsheimer authored
    Use vagrant attributes to forward ports, eg
    
      - ports
        - id: rdp
          guest: 3389
          host: 33389
    
    If rdp is the id, then implicitly enable the RDP server from
    virtual box with the respective port.
    ed0fccaa