Onni Hakala

Results 101 comments of Onni Hakala

I had this same problem and saw that the networking inside docker-machine has some problems. After getting shell into the docker-machine: ``` $ docker-machine ssh devbox ``` I was able...

Yeah I figured that out, thanks. What about the multiple mysqld processes this launches? I think there's some bug in my instance and it starts the mysqld process in loop....

My version is: ``` bash $ sudo docker version Client version: 0.9.1 Go version (client): go1.2.1 Git commit (client): 3600720 Server version: 0.9.1 Git commit (server): 3600720 Go version (server):...

I'm using the command shown in the earlier comment. My system is ubuntu 14.04 and I downloaded the mariadb container image straight from docker index. `Linux kd3 3.13.0-24-generic #46-Ubuntu SMP...

I'm not sure how to do that. Ubuntu says latest package is 0.9.1. I tried with latest docker server binary (0.11) but with earlier docker client (0.9.1). I deleted the...

Ok I managed to install reinstall docker with the latest but still getting loop error

Something like this would be awesome: ```ruby with_service(:lambda) do describe run(command: 'handler.hello'), retry: 1 do # disable retries here its(:stdout) { should include 'Hello Ruby!' } its(:stderr) { should eq...

And I already did initial support for `docker-compose.yml` version 3 into `docker-compose-api` gem: https://github.com/mauricioklein/docker-compose-api/pulls I'm just not sure how to pass the contexts correctly inside dockerspec.

@centminmod AFAIK no it wasn't

@silvamerica you mentioned in #24 that we could use same certificate which docker creates. Well we could that but then we can't make the development environment to think that the...