RocknrollMarcs Coding Adventures

‘‘If you always do what you always did, you will always get what you always got.’’ Albert Einstein

Docker CI

| Comments

Docker as a continious build server…..

I was playing around with docker the other day and was quite surprised how easy it is to get an Automated Build running.

All you have to do is:

  • Create an account on Docker hub
  • Create a github account.

There are a few ways to do this but I set it up this way:

  • GO into Docker hub and Add a Repository (Automated build)
  • You can then choose the repository you want to set up for the build.

If all goes well then “Rocknroll dooooood”

After every commit to the github Branch you configured Docker tryes to build an image (snapshot) you can now docker pull your image….Great…

Comments