Dce

Docker Compose execute task runner
Alternatives To Dce
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Air11,6516020 hours ago70June 02, 2023131gpl-3.0Go
☁️ Live reload for Go apps
Wordmove1,808102a year ago101January 04, 202217mitRuby
Multi-stage command line deploy/mirroring and task runner for Wordpress
Dobi283
2 years ago9October 23, 202159apache-2.0Go
A build automation tool for Docker applications
Tasker125
5 years ago8Java
Tasker is a multipurpose task runner
Dunner44
4 years ago9July 28, 201922mitGo
Dunner is a task runner tool like Grunt but used Docker images like CircleCI do. You can define tasks and steps of the tasks in your `.dunner.yaml` file and then run these steps with `Dunner do taskname`
Pico42
2 years ago5October 27, 202023mitGo
A Git-driven task runner built to facilitate GitOps and Infrastructure-as-Code while securely passing secrets to tasks.
Task Runner3332366 months ago21February 21, 202235eupl-1.2PHP
PHP task runner based on Robo, focused on extensibility.
Ecs Task Runner17
a year ago1Go
A synchronous task runner for AWS Fargate on Amazon ECS
Werk16
a year ago1mitCrystal
Dead simple task runner
Sir13
6 years ago1mitJavaScript
(Work in progress) An open source assistant . Python 3 + aiohttp on the backend. ES6 + Redux + React on the frontend.
Alternatives To Dce
Select To Compare


Alternative Project Comparisons
Readme

dce

Docker Compose execute task runner

Why use this?

Example in node dev:

You might have ran npm run <command>

Now in docker you have to run docker-compose exec <service_name> <command>

dce lets you remove the generic parts of the commands you run most often, so that you can now type dce <command>

e.g. dce test

Install

brew tap TimPerry/repo
brew install dce

Setup

Each project requires a .dce file in this format:

service_name=<your_service_name>
command_prefix=<the_command_prefix>

e.g. (node example)

service_name=app
command_prefix=npm run

ZSH + docker-compose plugin users

Add this to your .zshrc file unalias dce otherwise the plugin will take precedence.

Popular Docker Projects
Popular Task Runner Projects
Popular Virtualization Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Plugin
Docker
Zsh
Task Runner