With no modifications, this repository will stand up the following docker containers on your local machine:
- Postgres
- Vault
- Consul
Additional services that can be stood up are:
- RabbitMQ
- Elastic-Search
- Logstash
- You've run the
./setup_bash_profile.sh
on your macbook in https://github.com/fewknow/mac_setup_for_devops - docker is installed and running
- docker-compose installed https://hub.docker.com/editions/community/docker-ce-desktop-mac is a good dashboard that will take care of #1 and 2.
docker-compose up -d
http://localhost:8200
http://localhost:8500
docker-compose down --remove-orphans
This will shut down all containers whether you chose "all" or "base" in step 2 above.
- Sam Flint sam@scalableinc.com