1587 / 1587.github.com

0 stars 0 forks source link

Dockerfile enterypoint 启动非rootshell #144

Open 1587 opened 8 years ago

1587 commented 8 years ago

/etc/init.d/ssh start if [ "X" != "X$1" ];then su - osc-builder

echo "run $1 $2"

 #$1 $2

else while : do sleep 10 done fi