Changes between Version 75 and Version 76 of VboxApps
- Timestamp:
- Aug 2, 2014, 11:37:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v75 v76 126 126 [ <completion_trigger_file>filename</completion_trigger_file> ] 127 127 [ <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 } 128 134 </vbox_job> 129 135 }}} … … 152 158 '''pf_guest_port''':: enable port forwarding to port N within the VM. 153 159 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 file156 '''vbox_port_forward.xml''' in the slot directory.157 160 '''copy_to_shared''':: copy the given file from the slot directory the shared directory before launch. 158 161 For example, you can use to copy '''init_data.xml''' into the VM. … … 172 175 '''minimum_checkpoint_interval''':: minimum number of seconds before a checkpoint/snaposhot can be created. 173 176 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. 174 182 175 183 == Vboxwrapper command-line options ==