enable lxc on api
This commit is contained in:
parent
e75ae5365e
commit
c94c7577fb
|
@ -109,7 +109,8 @@ func launch(request inbound, res http.ResponseWriter) {
|
||||||
args = append(args, strings.Join(request.Args, "\n"))
|
args = append(args, strings.Join(request.Args, "\n"))
|
||||||
|
|
||||||
// set up the execution
|
// set up the execution
|
||||||
cmd := exec.Command("../docker/execute", args...)
|
//cmd := exec.Command("../docker/execute", args...)
|
||||||
|
cmd := exec.Command("../lxc/execute", args...)
|
||||||
cmd.Env = os.Environ()
|
cmd.Env = os.Environ()
|
||||||
|
|
||||||
if instance > 0 {
|
if instance > 0 {
|
||||||
|
|
Loading…
Reference in New Issue