如何在配置文件中设置lxcpath?

时间:2019-04-16 07:22:35

标签: config lxc

我将lxc.lxcpath=/my/path放入了/etc/lxc/lxc.conf/usr/local/etc/lxc/default.conf中,但是当我运行lxc-config lxc.lxcpath时,它仍然显示了一条不同的路径。如何设置lxcpath?这是从源代码安装的lxc2.1.1。

1 个答案:

答案 0 :(得分:0)

如果您正在跑步


Route::post('/receive','MyController@Receive');

作为非root用户,则需要编辑〜/ .config / lxc / lxc.conf而不是/etc/lxc/lxc.conf。如:

public function Receive(Request $request){


    $request->json('type_3'); // hero  get from json

    $request->input('type_3'); // get from input



   return $request->all(); //return all input,request or json and vs vs
 }



或者,因为您说的是从源代码安装的,所以可能需要编辑/usr/local/etc/lxc/lxc.conf。您可以在config.log中找到路径,即:

lxc-config lxc.lxcpath