Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The code is developed and changes made in necessary files for containerization.


Below are the list of steps that needs to performed for creating a container for any component or application

  1. Code Sync /Download
  2. Creation of XML file
  3. Include XML file in container generator recipe - lxc-container-generator-native.bbappend
  4. Providing File permission for the containers
  5. Allowing D-Bus socket to access the containers (Specific to RDK-B Architecture)
  6. Building the lxc image
  7. Flashing the container image

    Code Sync/Download

To download code, following commands are needed to be executed

...