Grzegorz Graczyk

Results 8 comments of Grzegorz Graczyk

Had the same problem. Nothing worked, except: ``` js var manifest = require(__dirname + '../../dist/rev-manifest'); ```

@tobilg I did mention this issue in #20. Unfortunately it still isn't working for me even with 0.25.0. Did you manage to run mesos-slave with docker containers recovery(e.g. after slave...

@tnachen what I'm trying to say is I'm still having problems with containers recovery on mesos **with** those settings. I'm still not sure if it's misconfiguration on my side. I've...

@tnachen docker ps -a: https://gist.github.com/gregory90/3aa141ed6acb56f02ee1 docker inspect on finished container: https://gist.github.com/gregory90/5f9b3c59d357943aa8a1

@tobilg That's exactly my issue. Without that flag recovering containers won't work though. Hope @tnachen can help us troubleshoot this problem a little more.

@tnachen I just tried it on boot2docker on OSX (thinking the problem was CoreOS specific) and can't make docker recovery to work. Steps to reproduce using docker-compose: 1. Run this...

Related: https://issues.apache.org/jira/browse/MESOS-2115

One way to solve this would be overriding register.html.twig template from FOSUB. ( https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/overriding_templates.md ) Then you can delete registration route of FOSUB. Still, would've been better if there was...