Giter Club home page Giter Club logo

dockerbuilds's Introduction

DockerBUILDs

Collection of Dockerfiles created to build & pack various tools.



1. How to use

Run the build-script scripts/build.sh with the path to the tool you want to build.


The docker-image will be tagged with default and the detected version/commit-hash.

You can add more tags or change the existing tag-naming-scheme using the environment-variable TAG.


1.1. CLI

scripts/build.sh <toolPath> [extra-args for docker build ..]


1.1.1. Example

scripts/build.sh tools/bandwhich/


1.1.2. Environment-Variables

Variable Description Default
TAG Tag for Docker-building TAGPREFIX + NAME
TAGPREFIX Set a prefix to the default-tag -
NAME Change the name used in the tag FolderName

2. Tools

2.1. Bandwhich

2.1.1. Source

This is a CLI utility for displaying current network utilization by process, connection and remote IP/hostname

https://github.com/imsnif/bandwhich


2.1.2. Example

docker run --rm -v /proc:/proc ghcr.io/ruakij/dockerbuilds/bandwhich:latest -n -i eth0
--rm * Removes the container when its stopped
-v /proc:/proc * Makes Process identification from host-processes possible
-n * Dont resolve IPs
-i eth0 * Only check on eth0 interface

* is Optional

2.2. auto-editor

2.2.1. Source

Auto-Editor is a command line application for automatically editing video and audio by analyzing a variety of methods, most notably audio loudness.

https://github.com/WyattBlue/auto-editor


2.2.2. Example

Speed-up silent part of videos:

docker run -v /home/ruakij/Videos:/video auto-build --no-open --silent-speed 8 --margin 0.2sec "input.webm" -o edited.mp4

2.2.3. Comment

TODO: Unfortunately the tool requires ffmpeg which is a huge tool and blows up the size of the image. I have to find a way to use a minimized version of it.


2.3. synapse-compress-state

Includes synapse_auto_compressor

2.3.1. Source

This workspace contains experimental tools that attempt to reduce the number of rows in the state_groups_state table inside of a Synapse Postgresql database.

https://github.com/matrix-org/rust-synapse-compress-state


2.3.2. Example

docker run --net container:synapse ghcr.io/ruakij/dockerbuilds/synapse-compress-state:latest synapse_auto_compressor -p postgresql://synapse:[email protected]/synapse -c 500 -n 100

dockerbuilds's People

Contributors

ruakij avatar

Watchers

 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.