All Projects → prologic → Autodock

prologic / Autodock

Licence: other
autodock is a Daemon for Docker Automation that helps to build automated Docker based infrastructure by integrating with Docker events

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Autodock

Diun
Receive notifications when an image is updated on a Docker registry
Stars: ✭ 704 (+1054.1%)
Mutual labels:  automation, swarm
Apple Automation
iOS/macOS 自动化,效率玩法探索。
Stars: ✭ 60 (-1.64%)
Mutual labels:  automation
Zoom Automation
An Automation script to automatically join a scheduled zoom meeting at a specific time without manual labour. This one's for all the lazy people like me who don't like waking up too early for zoom classes by the college.
Stars: ✭ 55 (-9.84%)
Mutual labels:  automation
It Toolbox
PowerShell module implementing useful functions helping Systems Administrators in daily automation tasks
Stars: ✭ 59 (-3.28%)
Mutual labels:  automation
Discovery Swarm Webrtc
discovery-swarm for WebRTC
Stars: ✭ 56 (-8.2%)
Mutual labels:  swarm
Webwhatsappbot
Core to automatize whatsapp - working 11/2018
Stars: ✭ 59 (-3.28%)
Mutual labels:  automation
Bpmn Elements
Executable workflow elements based on BPMN 2.0
Stars: ✭ 54 (-11.48%)
Mutual labels:  automation
Stonic
Stonic Application
Stars: ✭ 61 (+0%)
Mutual labels:  automation
Forked Daapd Card
forked daapd card for Home Assistant Lovelace UI
Stars: ✭ 60 (-1.64%)
Mutual labels:  automation
Ansible Role Gitea
Ansible role to deploy a Gitea instance
Stars: ✭ 58 (-4.92%)
Mutual labels:  automation
Golang Chrome Automation
Automate Chrome tasks with Golang and ChromeDP
Stars: ✭ 58 (-4.92%)
Mutual labels:  automation
Pyfttt
Python tools for interacting with IFTTT Webhooks Channel
Stars: ✭ 55 (-9.84%)
Mutual labels:  automation
Terraform Digitalocean Docker Swarm Mode
Terraform module for provisioning a Docker Swarm mode cluster on DigitalOcean
Stars: ✭ 59 (-3.28%)
Mutual labels:  swarm
Applescripts
My collection of AppleScripts created/acquired over the years. This repo is designed to provide useful AppleScripts for others and as a general resource for AppleScript education.
Stars: ✭ 56 (-8.2%)
Mutual labels:  automation
Kube Gen
Generate files from Kubernetes events
Stars: ✭ 59 (-3.28%)
Mutual labels:  automation
Sshkey Audit
Automate SSH key management
Stars: ✭ 55 (-9.84%)
Mutual labels:  automation
Mini Climate Card
Minimalistic climate card for Home Assistant Lovelace UI
Stars: ✭ 58 (-4.92%)
Mutual labels:  automation
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+1709.84%)
Mutual labels:  automation
Androidviewclient
Android ViewServer client
Stars: ✭ 1,112 (+1722.95%)
Mutual labels:  automation
Ai Platform
An open-source platform for automating tasks using machine learning models
Stars: ✭ 61 (+0%)
Mutual labels:  automation

autodock -- Automated Docker

Build Status CodeCov Go Report Card GoDoc Sourcegraph

autodock is a Daemon for Docker Automation which enables you to maintain and automate your Docker infrastructure by reacting to Docker or Docker Swarm events.

Supported plugins:

autodock comes with a number of plugins where each piece of functionality is provided by a separate plugin. Each plugin that is "connected" to autodock will receive events (such as Docker or Docker Swarm) and perform appropriate actions using a proxy to the Docker API.

autodock is also capable of receiving events from other external sources such as Docker Hub or Github webhooks to support things like CI/CD.

The following list is a list of the currently available plugins:

Installation

Docker

$ docker pull prologic/autodock

Source

$ go install github.com/prologic/autodock

Usage

Docker

$ docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock prologic/autodock

For a full production-ready Docker Compose (Stackfile) see here

Source

$ autodock

License

MIT

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].