Mike Luu
Mike Luu
I ran into the same problem. I worked around it by mounting a directory to the container's `/data` directory instead of directly mounting a file. broken: ``` docker run -v...
it doesn't look like this is possible at the moment. at some point, `BranchEligibilityFilter` asks for the lists of all branches in a chageset. _branches_ in this case are things...
I had this same problem. I'm using rtorrent and flood in different docker containers. When I have each container use the same filesystem, the move functionality works as expected. Hope...
I'm just evaluating it as a way to utilize Akka through JRuby.
adding to the list... * require opt-in to build a docker image. Currently, elsy checks if a Dockerfile is present, then enters the docker build routine. However, it requires that...