Changes between Version 75 and Version 76 of VboxApps


Ignore:
Timestamp:
Aug 2, 2014, 11:37:08 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v75 v76  
    126126   [ <completion_trigger_file>filename</completion_trigger_file> ]
    127127   [ <minimum_checkpoint_interval>N</minimum_checkpoint_interval> ]
     128   [ <port_forward>
     129        <host_port>H</host_port>
     130        <guest_port>G</guest_port>
     131        [<is_remote>0|1</is_remote>]
     132        [<nports>N</nports]
     133   }
    128134</vbox_job>
    129135}}}
     
    152158 '''pf_guest_port''':: enable port forwarding to port N within the VM.
    153159  This is assumed to be a web server providing application graphics.
    154  '''pf_host_port''':: host port # for port forwarding.
    155   If missing or zero, the host port number is assigned dynamically, and is written to a file
    156   '''vbox_port_forward.xml''' in the slot directory.
    157160 '''copy_to_shared''':: copy the given file from the slot directory the shared directory before launch.
    158161  For example, you can use to copy '''init_data.xml''' into the VM.
     
    172175 '''minimum_checkpoint_interval''':: minimum number of seconds before a checkpoint/snaposhot can be created.
    173176  Defaults to 10 minutes. (v26086+)
     177 '''port_forward''':: defines a port forwarding between the given host and guest ports.
     178    If '''nports''' is specified, N ports will be forwarded:
     179    H to G, H+1 to G+1, ... H+N-1 to G+N-1.
     180    If '''is_remote''' is set, the host ports can be accessed from other computers;
     181    otherwise they can be accessed only from processes on this computer.
    174182
    175183== Vboxwrapper command-line options ==