]> git.ipfire.org Git - thirdparty/lxc.git/commit
tools/lxc-start: remove c->is_defined(c) check 1381/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 11 Jan 2017 15:20:20 +0000 (16:20 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 11 Jan 2017 15:20:20 +0000 (16:20 +0100)
commit72c78e0e1c5d4ce9b721b7c698e5b48a9b1e3c88
tree939820f0ac3384db3326edb9aa6561e6be2a333c
parente3cca06889392da0c4c3421c18ada3ab98b9491b
tools/lxc-start: remove c->is_defined(c) check

We do not check here whether the container is defined, because we support
volatile containers. Which means the container does not need to be created for
it to be started. You can just pass a configuration file as argument and start
the container right away.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/tools/lxc_start.c