Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker api enforces tls from docker 1.13 onwards #80

Merged
merged 3 commits into from
Feb 24, 2017

Commits on Feb 19, 2017

  1. docker api enforces tls from docker 1.13 onwards

    For docker 1.13 onwards, not using `dc.NewTLSClient` will fail with malformed http response.
    
    Also, is there an option in dockertest v3 to support docker-machine? There was an option to support docker-machine in v2 but I can't seem to find it in v3. Providing such an option will allow us to use `dc.NewClientFromEnv()`.
    calvinchengx committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    97abb20 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    eedc39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde1a9a View commit details
    Browse the repository at this point in the history