LXC container (Proxmox) - i-MSCP bind mount

  • @techie


    You've done things in wrong way ;)


    On the host, edit the /etc/apparmor.d/lxc/lxc-default file


    It should look as follow:

    Code
    1. profile lxc-container-default flags=(attach_disconnected,mediate_deleted) {... mount options=(rw, bind),...

    Note: ... means any other thing that was already present in your /etc/apparmor.d/lxc/lxc-default file before or after.


    Once done, reload apparmor:

    Code
    1. service apparmor reload

    Then, rerun the i-MSCP installer in the LXC container (perl imscp-autoinstall -d).


    See also

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @techie


    You're welcome.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206