浏览代码

docker: Trigger container init

Mikael Magnusson 6 年之前
父节点
当前提交
0edec8a51a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docker/init.sh

+ 2 - 0
docker/init.sh

@@ -29,4 +29,6 @@ echo -e "openwrtpassword\nopenwrtpassword" | passwd
 exit 0
 EOF
 
+export container=lxc
+
 exec /sbin/init "$@"