How can I get the AUFS kernel module on the Google Compute Engine (GCE) kernel?

The last core of the computing core is version 3.3.8 and does not seem to support AUFS support. The kernel extends beyond the main file system image (I use the default Debian image) and the Debian image does not appear to include AUFS as a module.

  • Is there any binary module for AUFS on GCE?

  • If not, how can I compile the module with the kernel provided by the system?

My ultimate goal is to run Docker LXC Manager, and AUFS is a dependency.

+4
source share
1 answer

The Google Compute Engine kernel does not currently support AUFS or does not allow the loading of a dynamic module, but I submitted an internal function request to solve this problem. Of course, this is not an obligation, but simply a way to ensure that this is taken into account in the future.

+6
source

Source: https://habr.com/ru/post/1483043/


All Articles