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 [github.com/tripit/slate] is an awesome tool which creates beautiful API documentation from markdown. However, as someone who doesn't code in Ruby everyday .. I »
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 [https://blog.toast38coza.me/kong-up-and-running/] In the previous post [https://blog.toast38coza.me/up-and-running-with-kong-and-docker/] we »
This is part 1 of the series: Kong Up and Running [https://blog.toast38coza.me/kong-up-and-running/]. Getting Kong Running This tutorial assumed you've got the docker-tookbox »