We will be deploying this sample application to Docker Datacenter using Shippable Pipelines.
There are two steps in this process.
-
Continous Integration -We will be testing our code with Shippable CI and once all the tests pass, we will build a docker image and push it to a docker registry.
-
Deployment - We will configure Shippable pipelines to automatically deploy to Docker Datacenter, whenever a newer version of image tag appears in the registry.
- Docker Datacenter - Universal Control Plane is mandatory, whereas you Docker Trusted Registry is optional. You can get an idea of how to install it from here.
- Shippable account - You need to have a Github or Bitbucket account for using Shippable.
Please read the documentation on how to deploy containers to Docker Datacenter for detailed instrcutions.