diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 18:10:37 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-10-04 22:40:24 +0200 |
commit | eb6d3bf04d5ceaf4c6cb377625720acb1a512d80 (patch) | |
tree | b1cc18afb0777ffbb02487dd64b9a3a98ea23d5b /docs/part-1/1-2_install-xds-server-vm.md | |
parent | f260390246214949fbedde723c4349283189823d (diff) |
Removed mention of TFTP port and minor improvements.
Change-Id: Ib4124eb51a9544bd5f8e81996287a895bcdfff27
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/part-1/1-2_install-xds-server-vm.md')
-rw-r--r-- | docs/part-1/1-2_install-xds-server-vm.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/part-1/1-2_install-xds-server-vm.md b/docs/part-1/1-2_install-xds-server-vm.md index 32a8c20..3bf2f61 100644 --- a/docs/part-1/1-2_install-xds-server-vm.md +++ b/docs/part-1/1-2_install-xds-server-vm.md @@ -50,7 +50,7 @@ Add share folder to appliance, **mandatory** to use **path-mapping sharing type mkdir -p $HOME/xds-workspace #Add share folder to appliance -vboxmanage sharedfolder add ${VDS_VMNAME} --name XDS-workspace --hostpath $HOME/xds-workspace +VBoxManage sharedfolder add ${VDS_VMNAME} --name XDS-workspace --hostpath $HOME/xds-workspace ``` Start appliance @@ -65,7 +65,6 @@ Start appliance This image exposes following network ports (NAT mode): - 8000 : `xds-server` to serve XDS basic web page -- 69 : TFTP - 2222 : ssh ## Check if xds-server is running |