Restart Docker container on image change

This blog is a static website served from a Docker container. The content is written in markdown and pushed to a Git repository hosted on GitHub. Every time I push to that repository a Docker image containing the new version is build on DockerHub. Read more

Similar

More powerful Docker builds

It's surprising how quickly you can run into the limitations of Docker, especially when you try to use Docker for building your applications from source code. One of the most frustrating limitations becomes apparent when you try to use Docker to deal with... (more…)

Read more »

Getting started with Docker and Node.js

Today we are going to continue on and "dockerize" our Node.js API that we created in a previous post. This will keep a consistent and deployable API that scales easily. "Hitmen for your product, we take care of the stuff your team can't" Email... (more…)

Read more »