Does anyone have run lazydocker with balena os?

Now, lazydocker is a topic. lazydocker supports docker and docker-compose.
This is happy for balena OS.

Is there anyone who moved it?

Hi,
I am not aware of any project making use of lazydocker, but it should be possible to run it on balena. From what I see lazydocker binds to the local cli binary, so you would need to pack the docker CLI in your container. Once you have the docker CLI you need to connect it to the daemon running on the host OS, you can achieve that by exposing the docker socket to the container . To expose the docker daemon socket to the container you would need to give your container the io.balena.features.balena-socket label, this label will map the docker socket on the host in the container ( https://www.balena.io/docs/learn/develop/multicontainer/#labels). As we map it to the usual location the CLI should automatically discover the socket. And lazydocker should start working properly.
Kind regards,
Theodor

1 Like