Changes between Version 2 and Version 3 of UsingContainers
- Timestamp:
- Sep 27, 2012 7:39:54 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingContainers
v2 v3 36 36 37 37 {{{ 38 $ cd /share/benito 39 $ ./qemu_experiment.py <PID> <EID> <ns-or-topdl-file> <packing> 38 $ /share/containers/qemu_experiment.py <PID> <EID> <ns-or-topdl-file> <packing> 40 39 }}} 40 41 This will create an [http://openvz.org openvz-]based experiment if {{{--default-container=openvz}}} is given. 41 42 42 43 === Mixed mode experiments === … … 53 54 54 55 {{{ 55 $ cd /share/benito 56 $ ./mixed_experiment.py <PID> <EID> <topdl-file> 56 $ /share/containers/mixed_experiment.py <PID> <EID> <topdl-file> 57 57 }}} 58 58