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

Enable services to use different Docker Hosts #607

Closed
wants to merge 10 commits into from

Commits on Nov 3, 2014

  1. refactor docker_client to docker_client_maker so that it can generate…

    … docker_client according the service_dict, add 3 new paramaters: docker_host, docker_cert_path, and docker_tls_verify
    willy authored and willy committed Nov 3, 2014
    Copy the full SHA
    519adb5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    484be0e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9487bbe View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e7ce9b3 View commit details
    Browse the repository at this point in the history
  5. since we allow more than 1 docker client now, so we remove the projec…

    …t.client and add a new project.clients array.
    waitingkuo committed Nov 3, 2014
    Copy the full SHA
    a6830b0 View commit details
    Browse the repository at this point in the history
  6. use client_maker instead of client. add the MockClientMaker so we can…

    … generate a fake ClientMaker for testing
    waitingkuo committed Nov 3, 2014
    Copy the full SHA
    769e726 View commit details
    Browse the repository at this point in the history
  7. remove the #FIXME comment

    waitingkuo committed Nov 3, 2014
    Copy the full SHA
    f60fd90 View commit details
    Browse the repository at this point in the history
  8. remove temp file

    waitingkuo committed Nov 3, 2014
    Copy the full SHA
    0877e41 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    eafe2a6 View commit details
    Browse the repository at this point in the history
  10. update docs

    waitingkuo committed Nov 3, 2014
    Copy the full SHA
    3c267e6 View commit details
    Browse the repository at this point in the history