I'm trying to use GIT to push code to Docker Cloud instead of docker push, and get automated builds going?
Thanks.
I'm trying to use GIT to push code to Docker Cloud instead of docker push, and get automated builds going?
Thanks.
You can make a Git push (to either a Github or Bitbucket repo) redeploy one or more services on Docker Cloud by integrating with Docker Hub as jrbeverly mentions.
First, you need to link your Git repo to Docker Hub, so that Docker Hub can build your docker images when you push to your Git repo. There is an introduction on how to make automated builds of Docker images here
Second, you need to setup automatic redeploy of your Docker Cloud service(s) as hinteded at the bottom of here and more details here.