Dockerfile for Apache Traffic Server (ATS)
Get Social!Apache Traffic Server is an enterprise-grade proxy and caching server initially developed by Yahoo, then later made open source and managed by the Apache Foundation. The below code is a...
View ArticleDocker Compose yml for Gitlab and Gitlab Runner
Get Social!Create a new directory and save the above file inside it as docker-compose.yml. You’ll need to replace the field hostname with the external URL that you’ll use to access your Gitlab...
View ArticleMysql Data Types and Sizes for String/ Text
Get Social!MySQL or MariaDB has several data types for handling text-based characters. There are several data types for handling smaller strings such as CHAR and VARCHAR data types. For larger...
View ArticleApache Traffic Server (ATS) Returning 403 For DELETE HTTP Requests
Get Social!Here is a quick snippet which solves an issue I ran into today. I’ve recently set up Apache Traffic Server to reverse proxy requests to various Docker containers. It all works great and runs...
View ArticleStorj Storage Node Docker-Compose file
Get Social!Storj V3 is now in BETA and recruiting Storage Node operators. Since V3 of Storj, Docker is used exclusively to wrap up creating a new Storage Node into a simple, manageable container....
View ArticleScript To Install AWS CodeDeploy Agent on Linux
Get Social!Here is the script for installing the AWS CodeDeploy agent on Ubuntu. See the full description here.
View ArticleInstall AWS CodeDeploy Agent on Linux
Get Social!AWS CodeDeploy Agent is the agent that runs deploy jobs on EC2 instances. Before a CodeDeploy job will run you’ll need to make sure the agent is installed, running, and has the correct IAM...
View ArticleParallel Replication In MariaDB
Get Social!Parallel replication has been available in MariaDB since Version 10.0.5, however requires at least version 10.0.5 on both the Master and Slave for parallel replication to work. Parallel...
View ArticleBash Script To Get AWS EC2 Tag Value For A Running Instance
Get Social!Here is a Bash script for getting a tag value from within a running EC2 Instance. For more information on AWS EC2, please see: https://aws.amazon.com/ec2/ If you’re using one of the standard...
View ArticleDocker Compose File For Watchtower
Get Social!Watchtower is a docker container that will update the version of other running containers. You can change the environment settings as required for your installation – see the full...
View Article