GithubHelp home page GithubHelp logo

icirellik / johann Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 213 KB

A docker compose manger, name after the fisherman and composer Johann Fischer

License: MIT License

JavaScript 0.24% TypeScript 99.76%

johann's Introduction

johann

A self-sufficient tool for keeping the images in a docker-compose file in sync with remote registries.

When working with large docker-compose files one of the biggest challenges is ensuring that you remove old images are new ones are pulled. johann arose from constantly running out of hard drive space when working with high churn, low shared image application staks.

johann help by tracking image size, layer reuse, and automatically removing old images when a new one is pulled.

After the first time you run johann it is a good idea to run remove any untagged images that may be left behind from prior docker-compose pulls.

docker rmi $(docker images -q --filter "dangling=true")

That Name

Named after the fisherman and composer Johann Fischer.

johann's People

Contributors

icirellik avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar

johann's Issues

Dangling Image Support

Look into adding detection of dangling docker images that may have been caused by a running container. Also, prompt to run the dangling docker command.

Add Configuration

Add a Configuration File to specify which *yml files to read and allow setting the color limits.

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.