https://github.com/scriptnull/sample_node_ddc
https://github.com/scriptnull/sample_node_ddc
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scriptnull/sample_node_ddc
- Owner: scriptnull
- Created: 2016-04-27T09:03:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T15:07:27.000Z (over 9 years ago)
- Last Synced: 2025-02-10T03:26:57.836Z (12 months ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Overview
We will be deploying this sample application to [Docker Datacenter](https://www.docker.com/products/docker-datacenter) using [Shippable Pipelines](http://ship-docsv2.s3-website-us-west-2.amazonaws.com/pipelines_overview/).
[](https://app.shippable.com/projects/572091c62a8192902e1e13bd)
### High level workflow
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.
#### Requirements
- [Docker Datacenter](https://www.docker.com/products/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](https://docs.docker.com/ucp/evaluation-install/).
- [Shippable account](https://shippable.com/) - You need to have a [Github](https://github.com/) or [Bitbucket](https://bitbucket.org/) account for using Shippable.
### Instructions
Please read the documentation on [how to deploy containers to Docker Datacenter](http://docs.shippable.com/ht_docker_datacenter/) for detailed instrcutions.