Felix
Felix
Thanks, for your feedback. I'm going to evaluate the amount of work involved and maybe include this in the next release.
It seems Docker compose doesn't have Rest API just yet. https://github.com/docker/compose/issues/1033. On the other hand, I wanted to keep this project simple, but I do like the idea of exposing...
this `unix:///var/run/docker.sock` syntaxis is for connecting to a local Docker using the socket connection. For your case, you will need to use `http://IP:port`, and your remote Docker will need to...
Ref: https://github.com/felixgborrego/simple-docker-ui/pull/82
I run into the same issue using "Docker for Mac"(docker 1.12.1). `singularity_scheduler_1` log actually looks good. But "net:host" only exports the ports within xhyveVM and they are not accessible from...
We run into this issue too, and workaround it by using `mem_limit_bytes` instead of `mem_total_bytes`. Not particularly proud of the hack, but still give us useful information. you can see...