Code Monkey home page Code Monkey logo

clowder's Introduction

clowder

Clowder (noun): A group of cats or other small felines. Because sometimes working with docker feels like herding cats.

Manage services/containers with docker-compose

Provided command will be run against the specified service, or against the entire project if no service is specified.

Usage clowder [-v] <project-name>[.<service-name>] <command>

Commands:
list          List all services within a project
list-running  List running services within a project
up            Create network/volumes/container (as required) and bring service up
down          Stop service and delete container
start         Alias of up
stop          Stop service, without deleting container
pull          Pull container sources
build         Build a container
update        Pull/build/start container
restart       Restart container
rm            Remove stopped container created by service
ps            Show information about running services in a project
check-update  Check whether a service can be updated

Example: clowder multimedia.lidarr update

Example setup

Clowder is a primitive script and all the heavy lifting is done by docker-compose. This is intended to be nothing more than a simplistic script to make some commands easier to manage.

Clowder expects you to have a series of files named like ${service}-compose.json (yes, I wrote it to use json. why? because my brain can't parse yaml).

Example directory structure:

project
|-clowder
|-service1-compose.json
|-service2-compose.json
|-service3-compose.json

Then run it like

./clowder service1 list-running

clowder's People

Contributors

yodadacoda avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.