Govinda-Fichtner / stacks

Docker stacks samples

Home Page:http://play-with-docker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tainer unless it mounts a persistent volume, i.e. where you want to store your website data# Docker example stacks

This repository contains a curated list of stacks to showcase the docker images available in the public docker registry.

You can simply grab the current examples and run them with docker stack deploy or docker compose to have a fully functional environments.

Submitting a new stack

To submit a stack just open a PR against this repo with the following folder structure:

/<name>/<repository>/<tag>/<stack.yml>

In the case of official repositories, <name> is not necessary. If you're submitting a new stack, make sure the default name is stack.yml.

When submitting new stacks it's important to find an intuitive way to showcase the example you're aiming at. For example, if adding a stack for a DB, try to also add a web interface container so it's easier to play with it.

RFS (request for stacks)

This is a list of the stacks we would love to have here:

  • registry
  • prometheus
  • jenkings
  • rabbitmq
  • memcached
  • cassandra
  • traefik
  • ghost
  • telegraf
  • drupal
  • neo4j
  • influxdb
  • crate
  • zookeeper
  • etcd
  • couchdb
  • php
  • rocket chat

About

Docker stacks samples

http://play-with-docker.com