aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2017-04-01 11:42:49 -0700
committerTyler Baker <tyler.baker@linaro.org>2017-04-01 11:44:42 -0700
commit0a941d6954ce5e1aa7169cde452854d8ff054780 (patch)
tree882326f5e4273d1c3f8d83cd981432a0da72a690 /README.md
parent1d0fbb9fa61236a39c652252741fb786e820a552 (diff)
Add support for the LAVA hosted tftp server
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 0174706..3b03712 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,6 @@ 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 80:80 -p 5555:5555 -p 5556:5556 -h <HOSTNAME> --privileged lava
+sudo docker run -it -v /dev:/dev -p 69:69 -p 80:80 -p 5555:5555 -p 5556:5556 -h <HOSTNAME> --privileged lava
```
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.