nsarno / hello

Example application with Docker Cloud & Buildkite continous deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello

Getting Started with the app

  • Build the docker image: make build
  • Run the docker container: make run

Test the application http://localhost:4000/api/hello

Continuous deploy

Pushing to master will trigger the buildkite pipeline reponsible to build image, run the tests and push the image to Docker Hub.

TODO: Setup continuous deployment from Docker Hub to Docker Cloud

Manual deploy

  • Tag the image: make tag
  • Push the image: make push

About

Example application with Docker Cloud & Buildkite continous deployment


Languages

Language:JavaScript 66.7%Language:Elixir 32.2%Language:Makefile 1.1%