Supported Modules for Docker Install Method #178
-
|
I noticed the Docker install method doc mentions that some modules are not supported. Which modules are supported? It seems modules that rely on systemd, like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I looked into the As for the other unsupported modules, you can find the ones that are not supported here: Here is the current list of modules that are excluded from running in the docker image:
In addition to these, the media module doesn't support system volume control, so you will see that the volume is always at 100%. |
Beta Was this translation helpful? Give feedback.
I looked into the
suspend, and it seems that by installing the systemd on the docker image, it should work the suspend. Unfortunately I couldn't make it work for systemd module.As for the other unsupported modules, you can find the ones that are not supported here:
https://github.com/bkbilly/lnxlink/blob/master/Dockerfile
Here is the current list of modules that are excluded from running in the docker image:
In addition to these, the media module doesn't support system volume control, so you will see that the volume is always at 100%.