paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

Refactor plugin interface #60

Closed JiaminZhu closed 6 years ago

JiaminZhu commented 6 years ago
  1. plugin interface changes
  1. separate pull image and launch pod

  2. Refactor types and fix some name typo.

  3. Define http.transport instead of using default one fix #59