https://github.com/wizcorp/dawn
Docker-based infrastructure setup and operation
https://github.com/wizcorp/dawn
ansible docker docker-swarm docker-swarm-cluster docker-swarm-mode infrastructure vagrant
Last synced: 10 months ago
JSON representation
Docker-based infrastructure setup and operation
- Host: GitHub
- URL: https://github.com/wizcorp/dawn
- Owner: Wizcorp
- Created: 2016-10-12T09:45:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T02:04:00.000Z (almost 7 years ago)
- Last Synced: 2025-04-07T10:01:37.830Z (about 1 year ago)
- Topics: ansible, docker, docker-swarm, docker-swarm-cluster, docker-swarm-mode, infrastructure, vagrant
- Language: Python
- Homepage:
- Size: 1.24 MB
- Stars: 8
- Watchers: 8
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README

[](https://gitter.im/Wizcorp/Dawn)
[](https://stackoverflow.com/questions/tagged/dawn)
[](https://github.com/Wizcorp/Dawn)
[](https://hub.docker.com/r/wizcorp/dawn/)
Dawn is a set of tools and configuration to help you bootstrap and maintain
a Docker-based PaaS. On top of configuring Docker Swarm, Dawn also
configures and maintain the systems required for traffic routing, service
discovery, logging, monitoring and storage.
Requirements
------------
**Note**: Windows users will need to make sure that
their work drive (normally C:) is shared in Docker.
See https://blogs.msdn.microsoft.com/stevelasker/2016/06/14/configuring-docker-for-windows-volumes/
for more details.
| Software | Version |
|------------|---------|
| Docker | 1.13.0+ |
Quick Start
-----------
The client consists of two components:
- A small binary to run on your local machine
- A local Docker container, containing playbooks
and tools (Ansible, Terraform, Docker binaries, etc.)
Because tools and basic playbooks are bundled together
into a single Docker image, it makes it easier
to manage multiple deployments (by using a specific version of the
local container). It also makes it easier to create custom Docker
images (additional tools, playbook customisations, etc).
### Windows
```posh
# Must run as administrator
Invoke-RestMethod https://dawn.sh/install-win | powershell -command -
# Or, to install a specific version
Invoke-WebRequest -uri https://dawn.sh/install-win -OutFile install.ps1
.\install.ps1 -version v0.0.1
```
### Other platforms (Linux, macOS)
```bash
# Will request sudo password after download
curl -fsSL https://dawn.sh/install | sh
# Or, to install a specific version
curl -fsSL https://dawn.sh/install | version=v0.0.1 sh
```
### Using Dawn
For a more elaborate walkthrough video, see [this tutorial](link-to-asciivideo).
You can also find the [documentation here](https://dawn.sh/docs).
What does it include?
---------------------
| System | Software |
|-------------------------|-----------------------------------------------------------------|
| Container execution | [Docker Swarm](https://www.docker.com/products/docker-swarm) |
| Traffic routing | [Traefik](https://traefik.io/) |
| Service discovery | [Consul](https://www.consul.io/) |
| Logging | [Kibana](https://www.elastic.co/products/kibana) |
| Metrics | [Grafana](https://grafana.net/) |
| Storage | [Ceph](https://ceph.com/) |
We also install additional subsystems which will sit behind each components above;
for instance, logs are collected using [rsyslog](http://www.rsyslog.com/)
and are sent to [Logstash](https://www.elastic.co/products/logstash) to be stored
in [ElasticSearch](https://www.elastic.co/products/elasticsearch), while metrics
are collected with [Telegraf](https://github.com/influxdata/telegraf) before
being sent to [Prometheus](https://prometheus.io/).
For a more detailed view of what software Dawn will install for you, please
see the [ansible folder](./docker-image/ansible).
Contributors
------------
Before contributing, please make sure to get familiar with [this document](./CONTRIBUTING.md)
All new contributors are welcome.
Credits
-------
### Logo
Nature graphic by Freepik
from Flaticon is licensed under
CC BY 3.0.
Made with Logo Maker
License
-------
MIT