Xabier de Zuazo
Xabier de Zuazo
I'm going to leave this issue open, but if I understand the problem correctly, this should be fixed in the docker-compose-api gem.
Thanks @sergeyklay. Unfortunately the error still seems to prevail. But I'm not sure if it is a `docker-compose-api` or `docker-api` gem problem. Tested with `[email protected]` and `[email protected]`: ``` /home/dockertests/.rvm/gems/ruby-2.4.0@tmp/gems/docker-api-1.33.4/lib/docker/connection.rb:50:in `rescue...
Hi @estahn, Try passing the complete URL to the `http` resource: ```ruby describe server(described_container) do describe http('http://localhost:9000/healthcheck') do it 'responds with works' do expect(response.body).to include 'WORKS' end end end ```...
Sorry @estahn, I misunderstood the issue. Please, could you give me an example of Dockerfile/docker-compose.yml to reproduce the problem?
Hi @Azaroths, I'm not sure if I'm understanding your problem correctly. I don't quite understand what you mean by *"use 2 backend"*. The `command` instruction will be run inside the...
OK, sorry @Azaroths. I did not respond because to do what you intend, as you have realized, would require implementing changes in the library and I have not had time...
What is your use case? Can you provide a complete example? Maybe passing `ENV` variables could be enough for you. AFAIK, adding `ARG` to the Dockerfile, will require that you...
Thanks. I understand the difference. Unfortunately recently I did not have a lot of time. My apologies for that. Anyway, if you do a PR, I will be happy to...
@arunderwood thanks for the PR! :smile: In this case, you can easily create some [ChefSpec tests](https://github.com/zuazo/postfix-dovecot-cookbook/blob/master/TESTING.md#unit-tests) to check that `postfixadmin` cookbook is not included in the `::postfixadmin` recipe. Something in...
If you are having problems with that, you can always overwrite it using `node.override`: ``` ruby node.override['postfixadmin']['server_name'] = 'postfixadmin.example.com' ``` https://docs.chef.io/attributes.html#attribute-types