testcontainers / testcontainers-ruby

Testcontainers for Ruby
MIT License
115 stars 15 forks source link

Add Testcontainers User-Agent #42

Open eddumelendez opened 4 months ago

eddumelendez commented 4 months ago

Add the following User-Agent 'User-Agent' => "tc-ruby/#{Testcontainers::VERSION}" when making calls to Docker Engine.

guilleiguaran commented 1 month ago

Thanks, I'll research how is this done with the Docker client we are using currently