dogvscat

(โ˜… 526)

Sample Docker Swarm cluster stack of tools

  • .gitattributes
  • .gitignore
  • .gitmodules
  • create-servers.sh
  • create-swarm.sh
  • daemon.json
  • delete-servers.sh
  • docker-elk
  • enable-monitoring.sh
  • generate-some-votes.sh
  • ghost.dockerapp
  • hash-config-secret.sh
  • LICENSE
  • logstash.conf
  • make-data.py
  • menu.dockerapp
  • old-stack-proxy.yml
  • posta
  • postb
  • README.md
  • secret-ghost-db
  • stack-ee-ghost.yml
  • stack-ee-menu.yml
  • stack-ee-voting.yml
  • stack-elk.override.yml
  • stack-elk.yml
  • stack-ghost.yml
  • stack-menu.yml
  • stack-portainer.yml
  • stack-proxy-global.yml
  • stack-proxy.yml
  • stack-prune.yml
  • stack-rexray.yml
  • stack-sqlite-ghost.yml
  • stack-swarmprom.yml
  • stack-visualizer.yml
  • stack-voting.yml
  • swarmprom
  • voting.dockerapp

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/BretFisher/dogvscat

Downloads the entire project code from GitHub to your computer.

cd dogvscat

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
DO_SIZE #instance size for Digital Ocean to use for docker-machine

Type this command into your terminal and run it.

โœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

3. Make

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd dci-aws/roles/docker-ee

This project's files live in a subfolder, so move into it first.

make

Compiles the code based on the generated build configuration to produce an executable.

โœ… If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation