In this tutorial we will ship our logs from our containers running on docker swarm to elasticsearch using fluentd with the elasticsearch plugin. We will also make use of tags to apply extra metadata to our logs making it easier
Docker
A collection of 33 posts
Integrating Google OAuth with Traefik
I stumbled upon a really cool project: Traefik Forward Auth that provides Google OAuth based Login and Authentication for Traefik. This means that you can secure your Traefik backend services by using Google for authentication to access your backends. Authorizing
Traefik and Portainer on Docker Swarm with Letsencrypt
In this tutorial we will deploy a 2 Node Docker Swarm and Deploy Traefik with SSL for our Reverse Proxy and Portainer for our Docker Management User Interface. At the end of this tutorial you will see how easy it
Docker Swarm Persistent Storage with NFS
In this tutorial we will experiment with Docker Swarm Persistent Storage, backed by NFS using ContainX's Netshare Service Get the dependencies:If you have not provisioned a swarm using docker, have a look at setup a 3 node docker swarm
Using Concourse CI to Deploy to Docker Swarm
See how easy it is to setup a ci/cd pipeline to deploy your applications to docker swarm using concourse-ci
Build Small Golang Docker Containers
In this tutorial I will show you how to build really small docker containers for golang applications. And I mean the difference between 310MB down to 2MB But Alpine..So we thinking lets go with alpine right? Yeah sure lets
Container Persistent Storage for Docker Swarm using a GlusterFS Volume Plugin
From one of my previous posts I demonstrated how to provide persistent storage for your containers by using a Convoy NFS Plugin. I've stumbled upon one AWESOME GlusterFS Volume Plugin for Docker by @trajano, please have a look at his
Concourse Pipeline to Build a Docker Image Automatically on Git Commit
In this tutorial we will build a ci pipeline using concourse to build and push a image to dockerhub automatically, whenever a new git commit is made to the master branch. Our Project SetupOur Directory Tree: $ find . ./Dockerfile ./ci ./ci/
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!