Category: Docker
A Practical Example of Container Portability: DynaTrace ActiveGate in AWS ECS
AWS
Cloud Computing
DevOps
Docker
Elastic Container Service (ECS)
Kubernetes
Kubernetes
Uncategorized
Pre-Flight General Knowledge Requirements The Problem The Workload Scope While containers may be portable; orchestration feature coverage varies widely. For brevity this topic is out…
Companies need to stop abusing the Open Source Community
Atlassian, Docker, Hashicorp, Mongo, Redis, and the list goes on, all abusing the open source community to gain market share then rug-pulls a license change…
Project Release: Docker + AWS + Selenium + Terraform. Get it up and running.
Automated Testing
BASH
Docker
Docker-Compose
Elastic Compute Cloud (EC2)
Java
Maven
Programming
Ssh
Terraform
A little background Recently at the office the team I am assigned to have been tasked with build a quick start tool chain for a…
Quick Tip: Install Docker on Ubuntu 18.04
Quick Tip: Install Docker on Ubuntu 18.04
Is the Docker network bridge interface a bit power hungry?
Apparently the Docker network sub-system eats a bit of power unexpectedly.
All-Day-DevOps: A free day long virtual conference.
Alldaydevops is presenting a day long virtual conference today.
How to shrink your Docker images.
Docker Images, everyone says smaller is better but how do you do this but still maintain functionality and debugging ability? Well, here is how I did…
Neat short Docker intro including making a JS application
Over at https://nrempel.com/ they did a nice write up on the basics of Docker Images, Compose and setting up a basic NodeJs app. Check it out at https://nrempel.com/guides/docker-development-environment/ .
Tutorial: Using Docker_Puppeteer_Jest to execute a headless Chrome End-to-End (user/acceptance) testing suites.
The problem: We know that unit testing is an essential part of software engineering (at least we should all know that). Integration testing assure us…
Run your End-to-End tests using headless Chrome; Docker_Puppeteer_Jest Docker Image is announced!
About a year ago myself and @ibotpeaces sat down for a couple hours to to put together a docker images with headless Chrome that we…