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