Results 9 comments of Emmanuel Dyan

+1 I have created a tool that "recompose" the docker command line via a config file (https://github.com/edyan/stakkr : it reads a list of services to start and get the right...

Hi @francescou, yes that's the output ... to reproduce actually you'll have to install my tool (http://stakkr.readthedocs.io/en/latest/pages/installation.html#installation-under-linux) then dump the config (`stakkr-compose config`) somewhere like I did, then mount it...

yes I put it into /tmp/stakkr/mydev and I mount that that I set as a workdir. From your app I see the conf I have pasted above so it's taken...

Absolutely but I have no container to start / stop, etc ...

Ok ! So you read events from docker but don't read the initial state, right ? (as I set docker-compose-ui in my docker-compose.yml, it starts at the same time than...

Hi @francescou My feedback : - I believe there is 3 mistakes in the doc : 1/ Typo : "_Then open your browser to http://localhost:8080_" when the port is 5000...

Hi, I'll look at that, and thanks for your comment. It looks like xhgui and the profiler are now two separate packages (look at master + the docker image doesn't...

Hi @glensc , I have refactored my images for PHP > 7. I am relying now on the latest stable version of xhgui. They have removed the header.php script, so...

Hello and thanks for your answer _The Resource Owner Password Credentials (ROPC) grant flow lets the client use the resource owner's user name and password to get an access token._...