diff options
author | Tyler Baker <tyler.baker@linaro.org> | 2017-04-03 09:53:48 -0700 |
---|---|---|
committer | Tyler Baker <tyler.baker@linaro.org> | 2017-04-03 09:53:48 -0700 |
commit | 03544166c8be8f0565b59e02f3c80c709680f24e (patch) | |
tree | cf4946828d55b459a78c49a7af64633d9e411f89 | |
parent | ced27960fc2bd3cc1ebefb0674e5f0ab44c21f33 (diff) |
README: use official dockerhub repo in example
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 69:69 -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 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. |