Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

Add docker compose file for docker worker DUT services #160

Closed pfalcon closed 2 years ago

pfalcon commented 2 years ago

tftp, ser2net and nfs services are required for docker worker to support network booting. This docker compose file lunch these services using the below volumes that used by docker worker so that they can work together.

To avoid adding per device port mapping in docker compose file for adding new devices, host network mode will be used for ser2net service.

Signed-off-by: Chase Qi chase.qi@linaro.org

pfalcon commented 2 years ago

Pending commits from the upstream LAVA docker-compose project. Just a new file, so merging right away.