Category: Docker-Compose
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…
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/ .
Docker nginx-proxy round robin…
So we use docker for container services at work. One container that is part of our ‘dev’ tools is an nginx reverse proxy tied to…
When removing an orphans is bad…
So Docker creates containers, when you stop these containers the container still exists it is simply stopped. And then we create more containers…and more containers…and…