Commit 04e87b84 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

documentation: fix request command for specific computer

parent 845e7fb6
......@@ -53,11 +53,11 @@ Examples
* Request a wordpress instance named "mybeautifulinstance" on Node named "COMP-12345"::
$ slapos request mybeautifulinstance wordpress --node id=COMP-12345
$ slapos request mybeautifulinstance wordpress --node computer_guid=COMP-12345
* Request a kvm instance named "mykvm" on Node named "COMP-12345", specifying nbd-host and nbd-ip parameters::
$ slapos request mykvm kvm --node id=COMP-12345 --configuration \
$ slapos request mykvm kvm --node computer_guid=COMP-12345 --configuration \
nbd-host=debian.nbd.vifib.net nbd-port=1024
* Request a kvm instance specifying the full URL, with default settings::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment