Forráskód Böngészése

docker: Trigger container init

Mikael Magnusson 6 éve
szülő
commit
0edec8a51a
1 módosított fájl, 2 hozzáadás és 0 törlés
  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 "$@"