You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 963 B

123456789101112131415161718192021222324252627
  1. # docker image for lava server
  2. ## Requirements
  3. | Description | Status | comment |
  4. | -------- | -------- | -------- |
  5. | image based on official debian:9 | ready ||
  6. | lava version 2018.02 | open | do not use latest version |
  7. | usage of postgresql | ready ||
  8. | open port 69 for tftp server |||
  9. | open port 80 for webserver |||
  10. | open port 2049 for NFS Server |||
  11. | single image for lava server and lava worker | ready | |
  12. | shell script to start / stop lava services in correct order | open | |
  13. | shell script to backup / store lava server related config files and database | open | store data in volume backup|
  14. | usage of seperate image for postsql | open | optional |
  15. build lava container
  16. ## Build Container from dockerfile
  17. docker build -t lava-srv .
  18. ## Bookmarks:
  19. * https://validation.linaro.org/static/docs/v2/installing_on_debian.html#debian-installation
  20. * https://github.com/WindRiver-OpenSourceLabs/lava-base
  21. * https://github.com/kernelci/lava-docker