]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/start.c
start: move env setup before container setup
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 12 Sep 2017 19:23:17 +0000 (21:23 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 12 Sep 2017 23:47:59 +0000 (01:47 +0200)
commit98ff08ca8d3c9a504e1ee1e1a3a069c7744534f9
tree96645c243b1bdc8925cfd8c3fe015cf676d1d194
parent2569f6f6f537864494186006eddd57361a426232
start: move env setup before container setup

The hooks (e.g. lxc.hook.mount) should have the environment variables the user
gave us available.

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