Hello,
On Thu, 9 Apr 2020 16:56:38 +0000 Stephen Lawrence stephen.lawrence@renesas.com wrote:
[]
I am running my lava worker in a docker image derived from the linaro lava docker images and so wanted to ask if the new feature supported docker in docker for the fastboot containerisation?
Reading this back I could have been clearer.. I should have mentioned I realise there are issues around running Docker in Docker. I meant more have you considered best practice for using the new support from a Docker based LAVA instance.
Well, we use it like that for local LAVA setups here in Linaro LITE team, using Docker's "best practices" (ahem): https://github.com/Linaro/lite-lava-docker-compose/commit/fb926cfb20 . You definitely should read up before enabling it like that (roughly speaking, running containers inside a docker set up like that is equivalent to running containers directly on host's docker).
Regards
Steve