Quinten Krijger
Quinten Krijger
This issue undermines the use of jasmine-node in Docker test containers. I came across this while writing tests with https://github.com/stackwork/stackwork for an API project.
I'm currently working on this, looking good
I just got the 'create' and 'start' of containers to work on sockets. WIP, but maybe check it out on https://github.com/Krijger/docker-maven-plugin/tree/28-socket-support Here is part of my configuration: ``` net.wouterdanes.docker docker-maven-plugin...
Maybe a good idea - haven't looked at that or found it in my search for socket communication. Especially if it will take care of the parsing as well, which...
> @sguyader > > > Alberto's fork (ART) took a drastic step in simplification, and maybe both RT and ART can leave side by side, fulfilling slightly different needs. >...
Hi - sorry, I missed this issue. Multiple module types are not supported by design. There has not been a use case for it. And for the use case you...
See the progress on this in https://github.com/stackwork/stackwork.github.io/tree/menu
The most basic version 2 support is now implemented. We still need: - multiple networks support - not to depend on indentation in case of extending docker-compose.yml.template files - prove...
I previously attempted to do this. When I did, however, a Dockerfile that builds on another module (which starts with something like `FROM 23DF56D3` tries to download that image hash...