@LXC_GENERATE_DATE@ lxc-start 1 lxc-start run an application inside a container. lxc-start -n name command Description lxc-start runs the specified command inside the container specified by name. It will setup the container according with the configuration defined previously with the lxc-create command and execute the command inside the container. The orphan process group and daemon are not supported by this command. If no command is specified, lxc-start will use the default "/sbin/init" command to run a system container. Options Specify the container name to be started. Diagnostic The container is busy The specified container is already running an application. You should stop it before reuse this container or create a new one. The container was not found The specified container was not created before with the lxc-create See Also lxc-create 1 , lxc-destroy 1 , lxc-start 1 , lxc-stop 1 , lxc.conf 5 Author Daniel Lezcano daniel.lezcano@free.fr