From 6853f081d0c2b9839bf247faafd46ad6f2e17c01 Mon Sep 17 00:00:00 2001 From: Tyler Baker Date: Thu, 11 May 2017 10:53:34 -0700 Subject: README: Add addtional steps to setup tftp Signed-off-by: Tyler Baker --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3597b10..ea8a7f4 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ 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 --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. + +## Additional Setup +In order for TFTP requests to find their way back to the running container, you will need to describe the host IP address to the LAVA master node. You can to create a yaml file on the LAVA master node as described below. + +``` +echo "dispatcher_ip: /etc/lava-server/dispatcher.d/.yaml -- cgit 1.2.3-korg