• [^] # Re: Questionnement

    Posté par . En réponse au journal Mauvaise surprise virtuelle.... Évalué à 2.

    Il y a plus de cuisine avec VServer qu'avec LXC. Dans ce journal, je raconte comment j'ai transformé une installation VServer en LXC, mais LXC présente des comportements très pratiques pour faire du seul cloisonnement. Pour s'en convaincre, lire le manuel de lxc-start et lxc-execute...

    Extrait du man lxc de ma Debian Squeeze :

    Running an application inside a container is not exactly the same thing
    as running a system. For this reason, there are two different commands
    to run an application into a container:
     lxc-execute -n foo [-f config] /bin/bash
     lxc-start -n foo [-f config] [/bin/bash]
    [...]
    To summarize, lxc-execute is for running an application and lxc-start
    is better suited for running a system.