Re: Still having trouble with 1.1.1

2016-02-06 Thread Dean Peterson
Actually, I meant I changed runAsUser to runAsAny in scc restricted. On Sat, Feb 6, 2016 at 10:48 PM, Dean Peterson wrote: > The last time I had containers starting and the logs were blank I needed > to set the runAsUser to runAsAny because I use root inside my docker >

Re: Still having trouble with 1.1.1

2016-02-06 Thread Dean Peterson
The container log is empty. docker logs just moves to the next line. On Fri, Feb 5, 2016 at 2:06 PM, Clayton Coleman wrote: > The deployment logs seems to be indicating that your first container did > not start cleanly in 120s. What do the logs of that container (via

Re: Still having trouble with 1.1.1

2016-02-06 Thread Nakayama Kenjiro
Hi, Could you please isolate your problem with following tests? I would like you to check if they could reproduce your issue or not. test#1. Build and Deploy from internal registry (with openshift project's php test image). $ oc new-app https://github.com/openshift/sti-php.git

Re: Still having trouble with 1.1.1

2016-02-06 Thread Dean Peterson
The last time I had containers starting and the logs were blank I needed to set the runAsUser to runAsAny because I use root inside my docker files. I checked that setting and the scc privileged file is set to runAsAny. On Sat, Feb 6, 2016 at 10:36 PM, Dean Peterson