aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2017-05-15 14:26:53 -0700
committerTyler Baker <tyler.baker@linaro.org>2017-05-15 14:26:57 -0700
commite60933fa7edb9f94c6fb31923d46dbbc82c6d308 (patch)
tree879d3f62e897435d7c3d698006672d663895f733 /README.md
parentd6472fdaf328c2fb2409eb3a33c7b77f1f4c14cb (diff)
README: open port for coordinator
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 97f657b..d681d86 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ sudo docker build -t lava .
To run the image from a host terminal / command line execute the following:
```
-sudo docker run -it -v /dev:/dev -p 69:69/udp -p 80:80 -p 5555:5555 -p 5556:5556 -h <HOSTNAME> --privileged kernelci/lava-docker:latest
+sudo docker run -it -v /dev:/dev -p 69:69/udp -p 80:80 -p 3079:3079 -p 5555:5555 -p 5556:5556 -h <HOSTNAME> --privileged kernelci/lava-docker:latest
```
Where HOSTNAME is the hostname used during the container build process (check the docker build log), as that is the name used for the worker configuration. You can use `lava-docker` as the pre-built container hostname.