Docker Swarm with Ansible - a late #swarmweek entry
Introduction In this tutorial we'll learn how to set up a Docker Swarm cluster using Ansible to orchestrate the basics. Provision some nodes First up, let's »
Introduction In this tutorial we'll learn how to set up a Docker Swarm cluster using Ansible to orchestrate the basics. Provision some nodes First up, let's »
Slate is an awesome tool which creates beautiful API documentation from markdown. However, as someone who doesn't code in Ruby everyday .. I often find the setup »
What is an ansible module? Ansible modules are the building blocks for building ansible playbooks. They are small pieces of python code that can be triggered »
This is part 2 in the series: Kong Up and Running In the previous post we set up Kong using Docker and Docker Compose. Now, we »
This is part 1 of the series: Kong Up and Running. Getting Kong Running This tutorial assumed you've got the docker-tookbox installed. Let's create a directory »