]> @LXC_GENERATE_DATE@ lxc-start 1 lxc-start run an application inside a container. lxc-start -n name -f config_file command Description lxc-start runs the specified command inside the container specified by name. It will setup the container according the configuration previously defined with the lxc-create command or with the configuration file parameter and execute the command inside the container. If no configuration is defined, the default isolation is used. The orphan process group and daemon are not supported by this command, use the lxc-execute command instead. If no command is specified, lxc-start will use the default "/sbin/init" command to run a system container. Options Run the container as a daemon. As the container has no more tty, if an error occurs nothing will be displayed, the log file can be used to check the error. Specify the configuration file to configure the virtualization and isolation functionalities for the container. &commonoptions; 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 &seealso; Author Daniel Lezcano daniel.lezcano@free.fr