lxc-start

Langue: en

Autres versions - même langue

Version: 29 April 2009 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

lxc-start - run an application inside a container.

SYNOPSIS

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

-n name
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>