Author
-

AWS IoT Button, Lambda and Couchbase
Getting Started with Serverless FaaS and AWS Lambda shows how to use a simple Java function to store a JSON document to Couchbase using AWS Lambda. This blog builds upon that and shows how an AWS IoT Button…
-

Using the Docker Healthcheck Command
One of the new features in Docker 1.12 is how health check for a container can be baked into the image definition. And this can be overridden at the command line. Just like the CMD instruction, there…
-

Docker Container Anti Patterns
This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Adding more based upon discussion on twitter … What other anti-patterns do you follow? Docker for Java developers is a self-paced hands-on…