File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,25 @@ Before launching ansible export a env to specify your local vio directory
22```
33export LOCAL_VIO_DIR=
44```
5+ ### Setup the edge
6+
7+ Install openssh-server on the edge:
8+ ``` bash
9+ sudo apt-get install openssh-server
10+ ```
11+
12+ Then, try to connect through:
13+ ``` bash
14+ ssh localhost
15+ ```
16+
17+ Install Docker on the edge help you with [ this link] ( https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository )
18+ Don't forget [ post-installation] ( https://docs.docker.com/engine/install/linux-postinstall/ ) steps to run docker as a non-root user.
19+
20+ Install * make* on the edge:
21+ ``` bash
22+ sudo apt-get install build-essential
23+ ```
524
625
726### Install sshpass and the requirements
You can’t perform that action at this time.
0 commit comments