Daniel Nephin
Daniel Nephin
Ah, I see! docker-machine should have that version already, I'm not sure why it wouldn't
My assumption was that on windows `$DOCKER_HOST` is always set. I guess this isn't the case anymore with named pipes. It looks like the default used by the docker client...
It sounds like bind mounting the named pipe isn't going to work, and there isn't another way to do this (https://github.com/docker/docker/issues/25961). I think the logic here should be extended so...
I think given the improvements to `docker build` it does make sense to remove the dobi cache.
> What does empty-db-env do? This is maybe not the best name. I think maybe it should be called `empty-db`. It is just an "empty" postgresql database. Empty meaning "no...
Thank you for the proposal! When I first created `dobi` I had ambitions to try and make it work as a config for CI, so I think the general idea...
Thank you for the bug report! I think you are correct, that is the problem. I think this was probably fixed in the `docker/docker `dependency, so updating that dependency should...
Why do you want to put the apps into different compose files instead of putting them all in the same compose file? You can get around the network remove error...
> there is no need for docker-compose at all if only you make a little step forward with Dobi development. Yes I agree. I would like to add the service...
I haven't seen it before. What's the output of `dobi --version` ? Also what's the output of `docker images | grep pumba` ? Should the image name be `gaiaadm/pumba` ,...