A collection of docker compose and Docker files for development needs.
- docker
- docker compose plugin or docker-compose script
-
The starter script uses fzf, so make sure that fzf is installed.
The script is only tested in debian linux. -
- open your terminal and cd into required container directory
cd mongodb
- run the docker compose command with the available docker-compose files
docker compose -f docker-compose.replica-set.yaml up --build -d
- open your terminal and cd into required container directory