All Projects → swarmpit → Swarmpit

swarmpit / Swarmpit

Licence: epl-1.0
Lightweight mobile-friendly Docker Swarm management UI

Programming Languages

clojure
4091 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
shell
77523 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Swarmpit

Labs
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Stars: ✭ 10,443 (+363.1%)
Mutual labels:  docker-compose, swarm, swarm-mode
Docker Traefik Prometheus
A Docker Swarm Stack for monitoring Traefik with Promethues and Grafana
Stars: ✭ 215 (-90.47%)
Mutual labels:  docker-compose, swarm, docker-swarm
Prometheus
A docker-compose stack for Prometheus monitoring
Stars: ✭ 3,383 (+50.02%)
Mutual labels:  stack, docker-compose, docker-swarm
Fabricio
Docker deploy automation tool
Stars: ✭ 250 (-88.91%)
Mutual labels:  docker-compose, swarm, docker-swarm
swarm-router
Scalable stateless «zero config» service-name ingress for docker swarm mode with a fresh more secure approach
Stars: ✭ 58 (-97.43%)
Mutual labels:  stack, docker-swarm, swarm
video-tutorial-docker
Learn with me and get more knowledge about Docker and Docker Swarm environments.
Stars: ✭ 29 (-98.71%)
Mutual labels:  docker-compose, docker-swarm, docker-stack
Dockercheatsheet
🐋 Docker Cheat Sheet 🐋
Stars: ✭ 3,301 (+46.39%)
Mutual labels:  docker-compose, swarm, docker-swarm
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (-82.93%)
Mutual labels:  docker-compose, docker-swarm
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (-79.51%)
Mutual labels:  docker-compose, pwa
Giropops Monitoring
Full stack tools for monitoring containers and other stuff. ;)
Stars: ✭ 1,019 (-54.81%)
Mutual labels:  stack, docker-swarm
Pico
Object Detection and Analysis Made easy using Raspberry Pi, Apache Kafka, AWS Rekognition & Docker
Stars: ✭ 63 (-97.21%)
Mutual labels:  docker-compose, docker-swarm
Docker Stacks
DECK is a powerful and high performant local web development studio unlike any other.
Stars: ✭ 376 (-83.33%)
Mutual labels:  stack, docker-compose
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-83.46%)
Mutual labels:  docker-compose, swarm
Deploy Docker Swarm
Deploy scripts for docker-swarm.
Stars: ✭ 17 (-99.25%)
Mutual labels:  docker-compose, docker-swarm
Swirl
A web UI for Docker, focused on swarm cluster.
Stars: ✭ 332 (-85.28%)
Mutual labels:  docker-compose, docker-swarm
Ansible Windows Docker Springboot
Example project showing how to provision, deploy, run & orchestrate Spring Boot apps with Docker Windows Containers on Docker Windows native using Packer, Powershell, Vagrant & Ansible
Stars: ✭ 58 (-97.43%)
Mutual labels:  docker-compose, docker-swarm
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+806.16%)
Mutual labels:  docker-compose, docker-swarm
Docker Swarm Cookbook
A large collection of recipes for a complete, self-hosted Docker Swarm stack including Traefik v2 and SSO/Auth
Stars: ✭ 49 (-97.83%)
Mutual labels:  swarm, docker-swarm
Cintodeutilidadesdocker
My Docker templates repository 🐳 ☁️ 🐳
Stars: ✭ 74 (-96.72%)
Mutual labels:  docker-compose, docker-swarm
Magento Docker
Docker environment dedicated for ScandiPWA theme development
Stars: ✭ 98 (-95.65%)
Mutual labels:  docker-compose, pwa

swarmpit

Lightweight mobile-friendly Docker Swarm management UI

version gitter Build Status PRs Welcome Financial Contributors on Open Collective

Twitter URL

Swarmpit provides simple and easy to use interface for your Docker Swarm cluster. You can manage your stacks, services, secrets, volumes, networks etc. After linking your Docker Hub account or custom registry, private repositories can be easily deployed on Swarm. Best of all, you can share this management console securely with your whole team.

More details about future and past releases can be found in ROADMAP.md

opencollective

Installation

The only dependency for Swarmpit deployment is Docker with Swarm initialized, we are supporting Docker 1.13 and newer. Linux hosts on x86 and ARM architectures are supported as well.

Package installer

Installer is your guide to setup Swarmpit platform. For more details see the installer

Stable version

Deploy our current milestone version

docker run -it --rm \
  --name swarmpit-installer \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  swarmpit/install:1.9

Edge version

Deploy latest version for the brave and true

docker run -it --rm \
  --name swarmpit-installer \
  --volume /var/run/docker.sock:/var/run/docker.sock \
  swarmpit/install:edge

Manual installation

Deploy Swarmpit by using a compose file from our git repo with branch of corresponding version.

git clone https://github.com/swarmpit/swarmpit -b master
docker stack deploy -c swarmpit/docker-compose.yml swarmpit

For ARM based cluster use custom compose file.

git clone https://github.com/swarmpit/swarmpit -b master
docker stack deploy -c swarmpit/docker-compose.arm.yml swarmpit

This stack is a composition of 4 services:

  • app - Swarmpit
  • agent - Swarmpit agent
  • db - CouchDB (Application data)
  • influxdb - InfluxDB (Cluster statistics)

Feel free to edit the stackfile to change an application port and we strongly recommend to specify following volumes:

  • db-data
  • influxdb-data

to shared-volume driver type of your choice. Alternatively, you can link db service to the specific node by using constraint.

Swarmpit is published on port 888 by default.

Configuration

Refer to following document

Development

Swarmpit is written purely in Clojure and utilizes React on front-end. CouchDB is used to persist application data & InfluxDB for cluster statistics.

Everything about building, issue reporting and setting up development environment can be found in CONTRIBUTING.md

Demo

Try in PWD

Deploys Swarmpit to play-with-docker sandbox. Please wait few moments till application is up and running before accessing port 888. Initialization might take a few seconds.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].