Home Tags Docker

Tag: docker

Build and Push Docker image to Amazon ECR

2
Background In this post I am going to share a bash script that I use to build a docker container image from a Dockerfile and...

ECS Container state changes

0
Amazon Elastic Container Service - ECS allows you to easily run and scale containerized applications on AWS. You can launch multiple containers in matter...

mongodb replica set using docker compose – part ii

0
In my previous post here I showed how to setup a mongodb replica set using docker-compose. While this worked fine for testing the database...

mongodb replica set using docker compose

8
In this post I am going to show how to setup a mongodb replica set using docker-compose for a development environment. This will allow...